add comments

This commit is contained in:
Owen Versteeg 2014-02-11 21:43:12 -05:00
parent 1157880b59
commit 21c4f34e4f

View file

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