Difference between revisions of "User:Tmn/vector.css"
m (Blanked the page) |
m |
||
Line 1: | Line 1: | ||
− | + | /* 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; | ||
+ | } |
Revision as of 11:52, 23 November 2012
/* 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;
}