Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
(Created page with "tr.altbackground:nth-of-type(2n) { background: #f5f5f5; }")
 
Line 1: Line 1:
tr.altbackground:nth-of-type(2n)
+
table.altbackground tr:nth-of-type(2n)
 
{
 
{
 
background: #f5f5f5;
 
background: #f5f5f5;
 
}
 
}

Revision as of 22:51, 11 April 2020

table.altbackground tr:nth-of-type(2n)
{
	background: #f5f5f5;
}