From: Andrew Dolgov Date: Sat, 23 Mar 2013 05:25:36 +0000 (+0400) Subject: span.author: force normal weight X-Git-Tag: 1.7.5~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d080678c1dbd1f84e02ad94edb543aa5010e96f7;p=tt-rss.git span.author: force normal weight --- diff --git a/cdm.css b/cdm.css index cb0a78f2..6bed55de 100644 --- 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 { diff --git a/tt-rss.css b/tt-rss.css index ff7134f1..d693af93 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1202,4 +1202,5 @@ div.postContent iframe { div.postHeader span.author { color : gray; font-size : 11px; + font-weight : normal; }