]> git.wh0rd.org - tt-rss.git/commitdiff
tweak zoomed display date/tags a bit
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 27 Aug 2013 11:09:48 +0000 (15:09 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 27 Aug 2013 11:09:48 +0000 (15:09 +0400)
css/tt-rss.css

index 9e500a759d468a64dcfc8eeab0790c51cac37d63..beba1d4b3e17acc1479a6581a334c2ada5c44617 100644 (file)
@@ -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;
 }