From a6e3554e32a8371cddb525c9ea092c4a9399b5a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Apr 2013 15:41:39 +0400 Subject: [PATCH] ttrssZoom: fix image width --- tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index ba017f1d6..3dfe3bef7 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;