mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
minor topic list gridline tweak
This commit is contained in:
parent
7f9504abb2
commit
08f87e837d
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
.topic-list {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||
background: rgba($secondary, .8);
|
||||
|
||||
> tbody > tr {
|
||||
|
@ -29,7 +28,7 @@
|
|||
}
|
||||
|
||||
> 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,
|
||||
|
|
Loading…
Reference in a new issue