minor topic list gridline tweak

This commit is contained in:
Jeff Atwood 2015-05-12 14:31:29 -07:00
parent 7f9504abb2
commit 08f87e837d
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
.topic-list { .topic-list {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
background: rgba($secondary, .8); background: rgba($secondary, .8);
> tbody > tr { > tbody > tr {
@ -29,7 +28,7 @@
} }
> tbody > tr:first-of-type { > tbody > tr:first-of-type {
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%); border-top: 3px solid dark-light-diff($primary, $secondary, 90%, -75%);
} }
th, th,