]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #107 from ifireball/visible-unread
authorAndrew Dolgov <cthulhoo@gmail.com>
Sun, 31 Mar 2013 13:25:45 +0000 (06:25 -0700)
committerAndrew Dolgov <cthulhoo@gmail.com>
Sun, 31 Mar 2013 13:25:45 +0000 (06:25 -0700)
Un-bold article title in combined mode when marked as read

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 {