summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-03-04 10:25:59 +0300
committerAndrew Dolgov <[email protected]>2015-03-04 10:25:59 +0300
commit49ad5e047f36fdbd9a3b080ba36ab95f17fc7702 (patch)
tree7c0450865c20636da97be70e582870681cf5608f /css
parenta29fe121954e08bd5f79d0a1f3ba0905d86112bb (diff)
ttrssZoom: enlarge content part
Diffstat (limited to 'css')
-rw-r--r--css/zoom.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/zoom.css b/css/zoom.css
index 0591eef83..f2230d7c1 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -2,7 +2,7 @@ body#ttrssZoom {
margin-left : auto;
margin-right : auto;
padding : 20px;
- max-width : 670px;
+ max-width : 770px;
background : #f5f5f5;
}
@@ -69,7 +69,7 @@ body#ttrssZoom div.footer {
}
body#ttrssZoom div.postContent img {
- max-width : 630px;
+ max-width : 730px;
height : auto;
}