MediaWiki:Common.css: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 2: Line 2:


/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size */
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size */
div.mw-geshi div
div.mw-geshi div,
div.mw-geshi div pre,
div.mw-geshi div pre,
span.mw-geshi,
span.mw-geshi,

Revision as of 22:06, 7 January 2012

/* CSS placed here will be applied to all skins */

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace, Courier !important;
}