Difference between revisions of "MediaWiki:Common.css"

From Rebeldroids Wiki
Line 4: Line 4:
 
body {
 
body {
 
     background-color: #71838D;
 
     background-color: #71838D;
     <div id="container"></div>
+
     <div id="content"></div>
 
}
 
}

Revision as of 14:20, 1 August 2015

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


body {
    background-color: #71838D;
     <div id="content"></div>
}