MediaWiki:Common.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
Created page with "→CSS placed here will be applied to all skins: pre, code { font-size: 12px; }" |
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 */ | ||
body { | |||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | |||
} | |||
pre, code { | pre, code { | ||
font-family: monospace; | |||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
Revision as of 03:58, 6 January 2013
/* CSS placed here will be applied to all skins */
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code {
font-family: monospace;
font-size: 12px;
}