Personal tools

MediaWiki:Common.css: Difference between revisions

From Oneville Wiki

Jump to: navigation, search
No edit summary
No edit summary
Line 7: Line 7:


div#mbody {
div#mbody {
     font-size: small;
     font-size: small !important;
}
}

Revision as of 10:31, 19 April 2012

/* CSS placed here will be applied to all skins */
body {
    color: black;
    font-family: sans-serif;
    font-size: small !important;
}

div#mbody {
    font-size: small !important;
}