Difference between revisions of "MediaWiki:Common.css"
From Marathon Documentation
Line 4: | Line 4: | ||
.firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } |
.firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } |
||
.mw-translate-page-info { display: none; } |
.mw-translate-page-info { display: none; } |
||
+ | .mw-translate-page-info + hr { display: none; } |
Revision as of 14:00, 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; } .mw-translate-page-info { display: none; } .mw-translate-page-info + hr { display: none; }