Difference between revisions of "MediaWiki:Vector.css"
(From User:Tmn/vector.css) |
(No difference)
|
Latest revision as of 14:04, 23 November 2012
/* CSS placed here will affect users of the Vector skin */
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
[[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
font-family: monospace, Courier !important;
}