Add nth-child coloring for list rows

This commit is contained in:
Brian Federle 2013-10-03 16:12:42 -07:00
parent 4cf18a1d9e
commit f6fb769b69
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
&:not(.empty) {
border-bottom: 1px solid #ccc;
}
&:nth-child(even) {
background: lighten(#ccc, 17%);
}
}
tr td {