Jump to: navigation, search

Changes


MediaWiki:Geshi.css

196 bytes added, 06:57, 23 April 2013
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 { ..."
/* 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;
}