Difference between revisions of "MediaWiki:Common.css"
From Alter Aeon Wiki
(Created page with "→CSS placed here will be applied to all skins: table.zebra tr:odd { background-color: #ccc; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.zebra tr:odd { background-color: #ccc; } | table.zebra tr:nth-child(odd) { background-color: #ccc; } |
Revision as of 00:02, 28 December 2012
/* CSS placed here will be applied to all skins */ table.zebra tr:nth-child(odd) { background-color: #ccc; }