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
1 changed files with 0 additions and 2 deletions
|
@ -74,12 +74,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
border-bottom: 1px solid $topic-list-th-border-color;
|
|
||||||
color: $topic-list-th-color;
|
color: $topic-list-th-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-shadow: 0 1px 0 $white;
|
text-shadow: 0 1px 0 $white;
|
||||||
background-color: $topic-list-th-background-color;
|
|
||||||
@include box-shadow(inset 0 1px 0 $white);
|
@include box-shadow(inset 0 1px 0 $white);
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
@include border-radius-all(4px 0 0 0);
|
@include border-radius-all(4px 0 0 0);
|
||||||
|
|
Reference in a new issue