From d2d6c8dbb28d48df1f6397e8ee6bc59c67be86da Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 27 Aug 2013 15:09:48 +0400 Subject: tweak zoomed display date/tags a bit --- css/tt-rss.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/tt-rss.css b/css/tt-rss.css index 9e500a759..beba1d4b3 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1020,12 +1020,17 @@ body#ttrssZoom { body#ttrssZoom div.postHeader div.postDate { float : none; - text-align : left; + text-align : right; padding-left : 0px; color : #777; font-size : 10px; } +body#ttrssZoom div.postHeader div.postTags { + color : #777; + font-size : 10px; +} + body#ttrssZoom div.postHeader div.postTitle { white-space : normal; } -- cgit v1.2.3