remove topic list striping, use bottom border

This commit is contained in:
Jeff Atwood
2015-05-11 16:09:46 -07:00
parent 5ef641126f
commit ce1fe8c8c2
6 changed files with 8 additions and 48 deletions

View File

@@ -30,16 +30,10 @@
.topic-list {
> tbody > tr {
&:nth-child(even) {
background-color: darken($secondary, 3%);
}
&:nth-child(odd) {
background-color: $secondary;
}
&.highlighted {
background-color: scale-color($tertiary, $lightness: 85%);
}
}
}
th,
td {

View File

@@ -579,18 +579,10 @@
.paginated-topics-list {
margin-top: 20px;
.topic-list > tbody > tr:nth-child(odd) {
background-color: darken($secondary, 3%);
}
.topic-list > tbody > tr:nth-child(even) {
background-color: $secondary;
}
.user-content {
width: 100%;
margin-top: 0;
}
.user-content {
width: 100%;
margin-top: 0;
}
}
.user-archive {