]> git.wh0rd.org - tt-rss.git/commitdiff
ttrssZoom: enlarge content part
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Mar 2015 07:25:59 +0000 (10:25 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Mar 2015 07:25:59 +0000 (10:25 +0300)
css/zoom.css

index 0591eef83579916c47a3bb5206bc3753b0250eae..f2230d7c1bcc89e42ede55e380a948ce0e922627 100644 (file)
@@ -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;
 }