mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
remove extra border on flags/flaggers td
This commit is contained in:
parent
f4221f5c7d
commit
26c8538e4c
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
.filters input { margin-bottom: 0; }
|
||||
}
|
||||
|
||||
td.flaggers td {
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.content-list li a span.count {
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue