remove extra border on flags/flaggers td
This commit is contained in:
parent
f4221f5c7d
commit
26c8538e4c
|
@ -16,6 +16,11 @@
|
||||||
.filters input { margin-bottom: 0; }
|
.filters input { margin-bottom: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.flaggers td {
|
||||||
|
border-bottom: none;
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.content-list li a span.count {
|
.content-list li a span.count {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in New Issue