remove extra box around TH on topic lists

this is mostly to make /categories less visually noisy
This commit is contained in:
Jeff Atwood 2013-06-20 01:39:00 -07:00
parent 70683c1f09
commit a546472775
1 changed files with 0 additions and 2 deletions

View File

@ -74,12 +74,10 @@
}
}
th {
border-bottom: 1px solid $topic-list-th-border-color;
color: $topic-list-th-color;
font-weight: bold;
font-size: 13px;
text-shadow: 0 1px 0 $white;
background-color: $topic-list-th-background-color;
@include box-shadow(inset 0 1px 0 $white);
&:first-of-type {
@include border-radius-all(4px 0 0 0);