remove extra box around TH on topic lists
this is mostly to make /categories less visually noisy
This commit is contained in:
parent
70683c1f09
commit
a546472775
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue