From: Andrew Dolgov Date: Sat, 13 Apr 2013 11:41:39 +0000 (+0400) Subject: ttrssZoom: fix image width X-Git-Tag: 1.7.9~25^2~235 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a6e3554e32a8371cddb525c9ea092c4a9399b5a2;p=tt-rss.git ttrssZoom: fix image width --- diff --git a/tt-rss.css b/tt-rss.css index ba017f1d..3dfe3bef 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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;