Difference between revisions of "MediaWiki:Geshi.css"
(Created page with "/* 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: tt, code, pre { ...") |
|||
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 */ | ||
− | tt, | + | tt, source, pre { |
font-size: 1.25em; | font-size: 1.25em; | ||
} | } |
Revision as of 07:08, 23 April 2013
/* 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 */ tt, source, pre { font-size: 1.25em; }