Difference between revisions of "MediaWiki:Common.css"

From BOINC Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background-color: #e9fef4; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {
+
#content {
 
     background-color: #e9fef4;
 
     background-color: #e9fef4;
 
}
 
}

Revision as of 19:49, 26 September 2016

/* CSS placed here will be applied to all skins */

#content {
    background-color: #e9fef4;
}