diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 18:14:24 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 18:14:24 +0400 |
| commit | 52039010366520b842a250e8907c49b02fa9d03d (patch) | |
| tree | 152a29062921f280150bdb5d72289849ce897aee | |
| parent | ceb78471089b69f433bb41646e2c5016a4a19a1d (diff) | |
tweak ttrssZoom display
| -rw-r--r-- | tt-rss.css | 2 |
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; } |