MediaWiki:Common.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 3: Line 3:


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

Revision as of 18:36, 18 March 2013

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

}

div#mw-panel {
  background: white;
}

th {
  vertical-align: top;
}