summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-27 15:09:48 +0400
committerAndrew Dolgov <[email protected]>2013-08-27 15:09:48 +0400
commitd2d6c8dbb28d48df1f6397e8ee6bc59c67be86da (patch)
tree10ba292e06cb3677df784f3dcf263abb519e4b6e /css
parente1f1857d95be8c226c67b588a21c78c964c8e3b0 (diff)
tweak zoomed display date/tags a bit
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css7
1 files changed, 6 insertions, 1 deletions
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;
}