remove tiger striping from category page

This commit is contained in:
Jeff Atwood 2015-05-19 16:48:27 -07:00
parent c29fce142a
commit cf90550cf1
1 changed files with 0 additions and 9 deletions

View File

@ -177,15 +177,6 @@
th.posts {
position: relative;
}
> tbody > tr {
border-bottom: none;
&:nth-child(odd) {
background-color: darken($secondary, 3%);
}
&:nth-child(even) {
background-color: $secondary;
}
}
th.stats {
width: 90px;
}