From: Andrew Dolgov Date: Tue, 9 Sep 2008 03:11:18 +0000 (+0100) Subject: set max-width of images in postContent to prevent side scrolling (for CDM) X-Git-Tag: 1.2.27~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d0bd9acb41ed36b74af683ac535bed264a198b56;p=tt-rss.git set max-width of images in postContent to prevent side scrolling (for CDM) --- diff --git a/tt-rss.css b/tt-rss.css index 07e8df54..1f99a66c 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1121,6 +1121,11 @@ div.cdmContent { margin : 0px 15px 5px 15px; } +div.cdmContent img { + border-width : 0px; + max-width : 98%; +} + div.cdmContent:hover { cursor : pointer; }