MediaWiki:Common.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 5: Line 5:
div#mw-panel {
div#mw-panel {
background: white;
background: white;
}
td {
vertical-align: top;
}
}

Revision as of 18:35, 18 March 2013

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

}
div#mw-panel {
background: white;
}
td {
vertical-align: top;
}