Difference between revisions of "MediaWiki:Geshi.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to GeSHi syntax highlighting */ | /* 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 */ | /* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */ | ||
− | code { | + | code pre tt{ |
font-size: 1.25em; | font-size: 1.25em; | ||
} | } |
Revision as of 10:49, 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 pre tt{
font-size: 1.25em;
}