summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 20:22:16 +0400
committerAndrew Dolgov <[email protected]>2013-03-24 20:22:16 +0400
commitb87a625c385ddfe7915c12d9f615a845fd65a0e7 (patch)
tree6eb43c4253226a5d31dd0df060d8fbc4e9b31dd0 /tt-rss.css
parent480d358c5f610710eaed05214f098ce5e3bd5e7a (diff)
improve zoomed post content css
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d693af93b..715de1f6e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1204,3 +1204,19 @@ div.postHeader span.author {
font-size : 11px;
font-weight : normal;
}
+
+body#ttrssZoom {
+ margin-left : auto;
+ margin-right : auto;
+ max-width : 650px;
+ background : #f0f0f0;
+}
+
+body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+ background-color : white;
+}
+
+body#ttrssZoom div.footer {
+ margin-top : 1em;
+ text-align : center;
+}