From 3e717fa9c28344bc85315c8f000794246b29377e Mon Sep 17 00:00:00 2001 From: obenland Date: Mon, 21 Jan 2013 15:18:26 -0800 Subject: [PATCH] _s: Make sure images with height attributes in comments are scaled correctly. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 6aacfbb..3a05717 100644 --- a/style.css +++ b/style.css @@ -452,6 +452,7 @@ a:active { } .site-header img, .entry-content img, +.comment-content img[height], img[class*="align"], img[class*="wp-image-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */