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
This commit is contained in:
Sergey Biryukov 2014-07-01 16:40:30 +00:00
parent c6c89eed8a
commit d6b9a469fe

View File

@ -420,7 +420,7 @@ img {
}
.wp-caption.aligncenter {
margin: 7px 0;
margin: 7px auto;
}
.wp-caption-dt {