remove extra border on flags/flaggers td

This commit is contained in:
Jeff Atwood 2014-06-23 00:09:18 -07:00
parent f4221f5c7d
commit 26c8538e4c

View file

@ -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;