MediaWiki:Common.css: Difference between revisions
From Oneville Wiki
BerkmanSysop (talk | contribs) (increase font size) |
BerkmanSysop (talk | contribs) 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 { | body { | ||
color: | color: grey; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: small !important; | font-size: small !important; | ||
} | } |
Revision as of 09:39, 19 April 2012
/* CSS placed here will be applied to all skins */ body { color: grey; font-family: sans-serif; font-size: small !important; }