add comments

This commit is contained in:
Owen Versteeg 2014-02-11 21:41:11 -05:00
parent b92351bb92
commit 1157880b59

View file

@ -10,5 +10,5 @@ table {
}
tbody tr:nth-child(2n-1) {
background: #CCC;
background: #ccc; /* Shade every other table row */
}