]> git.wh0rd.org - tt-rss.git/commitdiff
make unread cdm content less bold
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 15:35:36 +0000 (19:35 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 15:35:36 +0000 (19:35 +0400)
cdm.css

diff --git a/cdm.css b/cdm.css
index 78d919aea7342e27531b9bf19e50a7f6f82d0037..148b0e97fb8de06fe145ff3d13afda096bbfbaca 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -42,7 +42,7 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-div.cdmContent {
+div.cdmContent, div.cdmContentInner * {
        font-weight : normal;
 }