From d6b9a469fecc75f34216eccddfbdcd57e37b3a9d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Jul 2014 16:40:30 +0000 Subject: [PATCH] Twenty Fourteen: Fix display of center-aligned images with captions in TinyMCE. props RDall. fixes #28048. git-svn-id: https://develop.svn.wordpress.org/trunk@28941 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/css/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index 7f69f7a993..049cb227d6 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -420,7 +420,7 @@ img { } .wp-caption.aligncenter { - margin: 7px 0; + margin: 7px auto; } .wp-caption-dt {