MediaWiki:Common.css: Difference between revisions
From Oneville Wiki
BerkmanSysop (talk | contribs) No edit summary |
BerkmanSysop (talk | contribs) No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
color: | color: black; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: small !important; | font-size: small !important; | ||
} | |||
#mBody { | |||
font-size: small; | |||
} | } | ||
Latest revision as of 15:34, 19 April 2012
/* CSS placed here will be applied to all skins */
body {
color: black;
font-family: sans-serif;
font-size: small !important;
}
#mBody {
font-size: small;
}