Personal tools

MediaWiki:Common.css: Difference between revisions

From Oneville Wiki

Jump to: navigation, search
(yay, css works now)
No edit summary
Line 4: Line 4:
     font-family: sans-serif;
     font-family: sans-serif;
     font-size: small !important;
     font-size: small !important;
}
mbody {
    font-size: small
}
}

Revision as of 10:26, 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
}