Difference between revisions of "MediaWiki:Common.css"

From CodeForLife
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .firstHeading { font-family: "Verdana, "Times New Roman"; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.firstHeading {
+
body {
 
     font-family: "Verdana, "Times New Roman";
 
     font-family: "Verdana, "Times New Roman";
 
}
 
}

Revision as of 10:48, 18 June 2017

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