]> git.wh0rd.org - tt-rss.git/commitdiff
ttrssZoom: fix image width
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 13 Apr 2013 11:41:39 +0000 (15:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 13 Apr 2013 11:41:39 +0000 (15:41 +0400)
tt-rss.css

index ba017f1d655fa31135041a512449985adba1c860..3dfe3bef7cf3748f87956c33f4e23387ccf11444 100644 (file)
@@ -999,6 +999,10 @@ body#ttrssZoom div.footer {
        text-align : center;
 }
 
+body#ttrssZoom div.postContent img {
+       max-width : 650px;
+}
+
 select.attachments {
        display : block;
        margin-top : 10px;