From: Andrew Dolgov Date: Sat, 16 Mar 2013 13:32:33 +0000 (+0400) Subject: make appearance of feed title/updated more similar across combined and normal mode X-Git-Tag: 1.7.5~158 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=23ac03ffa24856835fe789ca5bfc091dd47b9f90;p=tt-rss.git make appearance of feed title/updated more similar across combined and normal mode --- diff --git a/cdm.css b/cdm.css index bdba6c15..f54bd5a5 100644 --- a/cdm.css +++ b/cdm.css @@ -22,6 +22,7 @@ div.cdmHeader > span { div.cdmHeader span.updated { color : gray; font-weight : normal; + font-size : 11px; } div.cdmHeader input { @@ -104,6 +105,7 @@ div.articleNote { div.cdmHeader span.hlFeed { float : right; font-weight : normal; + font-style : italic; } div.cdmHeader { @@ -130,4 +132,6 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a { vertical-align : middle; color : gray; font-weight : normal; + font-style : italic; + font-size : 11px; }