Difference between revisions of "MediaWiki:Common.css"

From sigrok
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.alternategrey tr:nth-child(even) {background: #eeeeee;}")
 
m
Line 2: Line 2:


table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}

Revision as of 01:27, 15 June 2012

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

table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}