Difference between revisions of "MediaWiki:Common.css"

From WikiSpin
Jump to navigation Jump to search
Line 1: Line 1:
table.altbackground tr:nth-of-type(2n)
+
table.wikitable tr:nth-of-type(2n)
 
{
 
{
 
background: #f5f5f5;
 
background: #f5f5f5;
 +
}
 +
table.wikitable tr
 +
{
 +
border: 1px solid #333;
 
}
 
}

Revision as of 16:21, 13 April 2020

table.wikitable tr:nth-of-type(2n)
{
	background: #f5f5f5;
}
table.wikitable tr
{
	border: 1px solid #333;
}