19,659
edits
(what happens if this isn't defined?) |
(still trying) |
||
Line 938: | Line 938: | ||
/* 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. | ||
[[Bugzilla:26204]] */ | [[Bugzilla:26204]] */ | ||
div.mw-geshi div, | |||
div.mw-geshi div pre, | div.mw-geshi div pre, | ||
span.mw-geshi, | span.mw-geshi, | ||
pre.source-css, | pre.source-css, | ||
pre.source-javascript { | pre.source-javascript { | ||
font-family: monospace, | font-family: monospace, "Courier New" !important; | ||
} | font-size:100%; | ||
} | |||
/* Remove bullets when there are multiple edit page warnings */ | /* Remove bullets when there are multiple edit page warnings */ |