Personal tools

MediaWiki:Common.css: Difference between revisions

From Oneville Wiki

Jump to: navigation, search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
}
}


#mbody {
#mBody {
     font-size: small
     font-size: small;
}
}

Latest revision as of 10: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;
}