From: Andrew Dolgov Date: Tue, 9 Sep 2008 03:09:01 +0000 (+0100) Subject: set max-width of images in postContent to prevent side scrolling X-Git-Tag: 1.2.27~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=762c9064d70ffc3c4ef0badbebeec9add4c5a094;p=tt-rss.git set max-width of images in postContent to prevent side scrolling --- diff --git a/tt-rss.css b/tt-rss.css index e3d5abc5..07e8df54 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -49,6 +49,7 @@ div.postReply div.postContent { div.postReply div.postContent img { border-width : 0px; + max-width : 98%; } div.postReply div.postIcon {