From 279c3dd61a81870d98fd06f4222e8786a5c30a8f Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 9 Feb 2013 10:26:55 +0000 Subject: [PATCH] max-width 100% for images inside comments --- ext/comment/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/comment/style.css b/ext/comment/style.css index e9052376..555dfad9 100644 --- a/ext/comment/style.css +++ b/ext/comment/style.css @@ -4,6 +4,9 @@ position: relative; word-wrap: break-word; } +.comment IMG { + max-width: 100%; +} .comment .info { visibility: hidden; text-align: center;