Difference between revisions of "MediaWiki:Common.css"
From Marathon Documentation
(Created page with "→CSS placed here will be applied to all skins: .colspaced td, .colspaced th { padding: 0.4em 2em; }") |
|||
Line 2: | Line 2: | ||
.colspaced td, .colspaced th { padding: 0.4em 2em; } |
.colspaced td, .colspaced th { padding: 0.4em 2em; } |
||
+ | .firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } |
Revision as of 11:48, 7 October 2014
/* CSS placed here will be applied to all skins */ .colspaced td, .colspaced th { padding: 0.4em 2em; } .firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; }