Difference between revisions of "MediaWiki:Common.css"

From Westerly-Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
.statstbl {
 
.statstbl {
tr:nth-child(2n+1) background-color: #D8D8D8;}
+
table.tr:nth-child(2n+1) {background-color: #D8D8D8;}}

Revision as of 21:40, 3 December 2011

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

.statstbl {
table.tr:nth-child(2n+1) {background-color: #D8D8D8;}}