add bold back to post count in topic lists

This commit is contained in:
Jeff Atwood 2014-03-29 23:14:33 -07:00
parent 6527a50052
commit 94c5bd3fc0

View File

@ -201,6 +201,9 @@
a:not(.badge-posts) { a:not(.badge-posts) {
color: inherit; color: inherit;
} }
a.badge-posts {
font-weight: bold;
}
} }
.sortable { .sortable {
cursor: pointer; cursor: pointer;