summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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;
}