summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-09 04:09:01 +0100
committerAndrew Dolgov <[email protected]>2008-09-09 04:09:01 +0100
commit762c9064d70ffc3c4ef0badbebeec9add4c5a094 (patch)
tree7f37c94ae6eb623d698e5de99c3ee2e6793233e0 /tt-rss.css
parentd9059255b397e5133a97594823c37c37cdab5466 (diff)
set max-width of images in postContent to prevent side scrolling
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e3d5abc59..07e8df546 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -49,6 +49,7 @@ div.postReply div.postContent {
div.postReply div.postContent img {
border-width : 0px;
+ max-width : 98%;
}
div.postReply div.postIcon {