]> git.wh0rd.org - tt-rss.git/commitdiff
Un-bold article title in combined mode when marked as read
authorBarak Korren <barak.korren@gmail.com>
Sun, 31 Mar 2013 13:12:22 +0000 (16:12 +0300)
committerBarak Korren <barak.korren@gmail.com>
Sun, 31 Mar 2013 13:12:22 +0000 (16:12 +0300)
There was no visual cue about the article being marked as read or not
when it is expanded in combined mode.

cdm.css

diff --git a/cdm.css b/cdm.css
index a82cc16a2eabdf45d79d20738d7a38ccaa71a1fe..13f88dd4e1273e17c29ea1b6a384a7d921ae3c6f 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -112,7 +112,6 @@ div.cdm.active div.cdmHeader {
 
 div.cdm.active div.cdmHeader a.title {
        color : #4684ff;
-       font-weight : bold;
 }
 
 div.cdm.active div.cdmContent {