Template:Alternating rows table/styles.css

From The Languages of David J. Peterson
Jump to navigation Jump to search
/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #fff;
}