MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: tt, code, pre { font-family: monospace, "Courier New"; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
tt, code, pre { | tt, code, pre { | ||
font-family: monospace, "Courier New"; | font-family: monospace, "Courier New";font-size: 100%; | ||
} | } | ||
Revision as of 12:49, 4 November 2012
/* CSS placed here will be applied to all skins */
tt, code, pre {
font-family: monospace, "Courier New";font-size: 100%;
}