Difference between revisions of "MediaWiki:Geshi.css"
From Project X Wiki
(Created page with "→CSS placed here will be applied to GeSHi syntax highlighting: font-size: 12px;") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to GeSHi syntax highlighting */ | /* CSS placed here will be applied to GeSHi syntax highlighting */ | ||
− | font-size: 12px; | + | div.mw-geshi { |
+ | font-size: 12px; | ||
+ | } |
Latest revision as of 17:16, 20 January 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
font-size: 12px;
}