summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-09 04:11:18 +0100
committerAndrew Dolgov <[email protected]>2008-09-09 04:11:18 +0100
commitd0bd9acb41ed36b74af683ac535bed264a198b56 (patch)
tree0837b15f90b8ec2a777f84efc51218280e6f3611 /tt-rss.css
parent762c9064d70ffc3c4ef0badbebeec9add4c5a094 (diff)
set max-width of images in postContent to prevent side scrolling (for CDM)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
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;
}