Skip to content

Commit a546472

Browse files
author
Jeff Atwood
committed
remove extra box around TH on topic lists
this is mostly to make /categories less visually noisy
1 parent 70683c1 commit a546472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/assets/stylesheets/application/topic-list.css.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@
7474
}
7575
}
7676
th {
77-
border-bottom: 1px solid $topic-list-th-border-color;
7877
color: $topic-list-th-color;
7978
font-weight: bold;
8079
font-size: 13px;
8180
text-shadow: 0 1px 0 $white;
82-
background-color: $topic-list-th-background-color;
8381
@include box-shadow(inset 0 1px 0 $white);
8482
&:first-of-type {
8583
@include border-radius-all(4px 0 0 0);

0 commit comments

Comments
 (0)