CSS3 Zebra Striping a Table

Chris Coyier on
tbody tr:nth-child(odd) { background-color: #ccc; }