Difference between revisions of "MediaWiki:Geshi.css"
(No difference)
|
Revision as of 09:29, 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 */
tt, code, pre {
font-size: 1.25em;
}