Difference between revisions of "MediaWiki:Geshi.css"
Line 2: | Line 2: | ||
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */ | /* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */ | ||
code { | code { | ||
− | font-size: 1. | + | font-size: 1.75em; |
} | } |
Revision as of 09:33, 18 September 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
code {
font-size: 1.75em;
}