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

index 07e8df546dbe0d325b26132d3c531da1ecec71ce..1f99a66c8ff3007099175e87944e62fe3708237b 100644 (file)
@@ -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;
 }