From 762c9064d70ffc3c4ef0badbebeec9add4c5a094 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Sep 2008 04:09:01 +0100 Subject: set max-width of images in postContent to prevent side scrolling --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index e3d5abc59..07e8df546 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 { -- cgit v1.2.3