hide category counters w/o unread articles

This commit is contained in:
Andrew Dolgov 2006-12-06 11:30:20 +01:00
parent 67dabe1a86
commit a6fc3ee596
1 changed files with 4 additions and 0 deletions

View File

@ -1317,3 +1317,7 @@ a.feedUpdErrLink {
.catCtrHasUnread {
font-weight : bold;
}
.catCtrNoUnread {
display : none;
}