MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc: tt, code, pre { font-size: 1.25...") |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */ | /* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */ | ||
tt | tt, pre { | ||
font-size: 1.25em; | font-size: 1.25em; | ||
} | } | ||
Revision as of 12:42, 7 February 2012
/* CSS placed here will be applied to all skins */
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
tt, pre {
font-size: 1.25em;
}