]> git.wh0rd.org - tt-rss.git/commitdiff
set max-width of images in postContent to prevent side scrolling
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 9 Sep 2008 03:09:01 +0000 (04:09 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 9 Sep 2008 03:09:01 +0000 (04:09 +0100)
tt-rss.css

index e3d5abc5926c6547a74b1121ca761399ccce595e..07e8df546dbe0d325b26132d3c531da1ecec71ce 100644 (file)
@@ -49,6 +49,7 @@ div.postReply div.postContent {
 
 div.postReply div.postContent img {
        border-width : 0px;
+       max-width : 98%;
 }
 
 div.postReply div.postIcon {