MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Fix for tt-tags in Chrome etc) |
(Replaced content with "→<pre><nowiki>: →Fix so <tt>, <code> and <pre> tags get normal text size also in some versions of Firefox, Safari, Konqueror, Chrome etc.: tt, code, pre { fo...") |
||
Line 1: | Line 1: | ||
/* <pre><nowiki> */ | /* <pre><nowiki> */ | ||
/* Fix so <tt>, <code> and <pre> tags get normal text size also in | /* Fix so <tt>, <code> and <pre> tags get normal text size also in | ||
Line 990: | Line 13: | ||
font-family: monospace, sans-serif !important; | font-family: monospace, sans-serif !important; | ||
} | } | ||
/* </nowiki></pre> */ |
Revision as of 00:40, 4 June 2011
/* <pre><nowiki> */ /* Fix so <tt>, <code> and <pre> tags get normal text size also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ tt, code, pre { font-family: monospace, sans-serif; } /* Fix so <source> tags, and .css and .js pages, get normal text size also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ div.mw-geshi div, pre { font-family: monospace, sans-serif !important; } /* </nowiki></pre> */