summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorBarak Korren <[email protected]>2013-04-01 18:39:57 +0300
committerBarak Korren <[email protected]>2013-04-01 18:39:57 +0300
commit3f44977129ef0ab3c6233dc94d8c46ca2fa039f0 (patch)
tree53001b5acd5637666abe9281f880c33376ab0466 /tt-rss.css
parent32b7a340adb9c1acd209049512c0b5d53ed04276 (diff)
parentc050148df4b81eca3c0e1110b94a649e9b56f9b0 (diff)
Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git into tunable-fetches
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index dd89bff87..c6bc77dc3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -972,6 +972,7 @@ div.postHeader span.author {
body#ttrssZoom {
margin-left : auto;
margin-right : auto;
+ padding : 2em;
max-width : 800px;
background : #f0f0f0;
}
@@ -982,7 +983,6 @@ body#ttrssZoom div.postContent p {
body#ttrssZoom div.postReply {
border : 1px solid #ccc;
- margin : 20px;
box-shadow : 0px 0px 3px #ccc;
}