MediaWiki:Common.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 4: Line 4:
}
}
div#mw-panel {
div#mw-panel {
background: red;
background: white;
}
}

Revision as of 13:18, 11 February 2013

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

}
div#mw-panel {
background: white;
}