1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 20:09:14 +00:00

cleaned up unread/selected style mess (for tags)

This commit is contained in:
Andrew Dolgov
2005-11-25 16:42:22 +01:00
parent 4f3a84f4d3
commit 83957936be
2 changed files with 15 additions and 8 deletions

View File

@@ -352,7 +352,7 @@
$unread = $tags[$tag];
$class = "odd";
$class = "tag";
if ($unread > 0) {
$class .= "Unread";