summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-31 01:22:13 +0400
committerAndrew Dolgov <[email protected]>2013-07-31 01:22:13 +0400
commitf035e6dc822e3b8766d55689abff26a6bf52d404 (patch)
treedd0aa0f0b9c65c389593d79975ee7bccb78906fc /css
parent491ef970727e335c3f398612480bb482e0a1a42b (diff)
tweak the zoomed article a little bit
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index f07154a3b..c79e28ad5 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -382,7 +382,7 @@ span.hlLabelRef {
div.postHeader div.postDate {
text-align : right;
- color : #555;
+ color : #909090;
float : right;
}
@@ -1014,10 +1014,18 @@ body#ttrssZoom {
margin-left : auto;
margin-right : auto;
padding : 20px;
- max-width : 800px;
+ max-width : 670px;
background : #f9fbff;
}
+body#ttrssZoom div.postHeader div.postDate {
+ float : none;
+ text-align : left;
+ padding-left : 0px;
+ color : #777;
+ font-size : 10px;
+}
+
body#ttrssZoom div.postContent p {
max-width : 650px;
text-align : justify;