MediaWiki:Geshi.css
From FreeDESK
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { font-size: 1.25em; }") |
|||
Line 2: | Line 2: | ||
div.mw-geshi | div.mw-geshi | ||
{ | { | ||
− | font-size: 1. | + | font-size: 1.4em; |
} | } |
Revision as of 23:28, 27 June 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */ div.mw-geshi { font-size: 1.4em; }