Personal tools

MediaWiki:Common.css: Difference between revisions

From Oneville Wiki

Jump to: navigation, search
(increase font size)
 
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: black;
     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;
}