MediaWiki:Geshi.css
From AWF-Wiki
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.2em; }") |
|||
Line 4: | Line 4: | ||
div.mw-geshi div,pre { | div.mw-geshi div,pre { | ||
font-family: monospace, "Courier New" !important; | font-family: monospace, "Courier New" !important; | ||
− | font-size:1. | + | font-size:1.1em; |
} | } |
Revision as of 12:17, 8 January 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */ div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.1em; }