MediaWiki:Geshi.css
From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 21:49, 17 February 2013 by David Stoffel (talk)
/* Fix so <source> tags get normal text size also in some
versions of Firefox, Safari, Konqueror, Chrome etc.
See http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Section_break._Teletype_style_fix */
div.mw-geshi div {
font-family: monospace, sans-serif !important;
font-size: 30px;
}
#content div.mw-geshi pre {
font-family: monospace, sans-serif;
font-size: 30px;
}