diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-09 04:11:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-09 04:11:18 +0100 |
| commit | d0bd9acb41ed36b74af683ac535bed264a198b56 (patch) | |
| tree | 0837b15f90b8ec2a777f84efc51218280e6f3611 | |
| parent | 762c9064d70ffc3c4ef0badbebeec9add4c5a094 (diff) | |
set max-width of images in postContent to prevent side scrolling (for CDM)
| -rw-r--r-- | tt-rss.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index 07e8df546..1f99a66c8 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; } |