1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 05:37:11 +00:00

digest: properly mark fresh articles

This commit is contained in:
Andrew Dolgov
2010-09-13 18:32:34 +04:00
parent 9a4dd417c4
commit e638cd0201
2 changed files with 17 additions and 1 deletions

View File

@@ -209,6 +209,14 @@ a:hover {
clear : left;
}
#headlines ul#headlines-content li.fresh a.title {
font-weight : bold;
font-size : 16px;
display : block;
padding-left : 21px;
color : #007FFF;
}
#headlines ul#headlines-content li.unread a.title {
font-weight : bold;
font-size : 16px;