]> git.wh0rd.org - tt-rss.git/commitdiff
span.author: force normal weight
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 23 Mar 2013 05:25:36 +0000 (09:25 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 23 Mar 2013 05:25:36 +0000 (09:25 +0400)
cdm.css
tt-rss.css

diff --git a/cdm.css b/cdm.css
index cb0a78f2b079d69733669d77e95204ddd5e27192..6bed55de127239fd57288e310ec555366f5da495 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -167,6 +167,7 @@ div.cdmContentInner iframe {
 div.cdmHeader span.author {
        color : gray;
        font-size : 11px;
+       font-weight : normal;
 }
 
 div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
index ff7134f117a0c5b36b7e31ba0863ff80887779e6..d693af93bbf490f132e4e6fb7e6bf1f851d3c365 100644 (file)
@@ -1202,4 +1202,5 @@ div.postContent iframe {
 div.postHeader span.author {
        color : gray;
        font-size : 11px;
+       font-weight : normal;
 }