From c8f0f72d2e1e412a199f88f5531cf9fcf75e0188 Mon Sep 17 00:00:00 2001 From: Michael Fields Date: Fri, 28 Dec 2012 17:03:31 -0800 Subject: [PATCH] Always give .wpcaption bottom margin. Fixes #121 --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index 6dd6344..b1d0b86 100644 --- a/style.css +++ b/style.css @@ -471,12 +471,8 @@ img.size-full { } .wp-caption { border: 1px solid #ccc; - max-width: 100%; -} -.wp-caption.aligncenter, -.wp-caption.alignleft, -.wp-caption.alignright { margin-bottom: 1.5em; + max-width: 100%; } .wp-caption img { display: block;