From a1b722345c79ca6de3654d01cea31acf512baafe Mon Sep 17 00:00:00 2001 From: Michael Fields Date: Fri, 28 Dec 2012 17:12:10 -0800 Subject: [PATCH] Use a more specific selector to target images in captions. This will avoid setting smilies to block. Fixes #116 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1d0b869..49863eb4 100644 --- a/style.css +++ b/style.css @@ -474,7 +474,7 @@ img.size-full { margin-bottom: 1.5em; max-width: 100%; } -.wp-caption img { +.wp-caption img[class*="wp-image-"] { display: block; margin: 1.2% auto 0; max-width: 98%;