Difference between revisions of "MediaWiki:Common.css"

From CodeForLife
Jump to: navigation, search
Line 2: Line 2:
 
body {
 
body {
 
     font-family: "Verdana, "Times New Roman";
 
     font-family: "Verdana, "Times New Roman";
 +
font-size: larger;
 
}
 
}

Revision as of 10:51, 18 June 2017

/* CSS placed here will be applied to all skins */
body {
    font-family: "Verdana, "Times New Roman";
font-size: larger;
}