问问题
1525 次
1 回答
0
You can wrap any specific styles you want with an attribute selector like this:
pre code[lang="xcode"] {
/* xcode specific styles */
}
You can then either save those styles in the same xcode.css
or in a new css file and link it in the header.
Here's a fiddle demo: http://jsfiddle.net/stevenschobert/vpMEJ/
于 2012-08-27T17:39:43.557 回答