TinyMCE: fix `aligncenter` for html5-captions, props obenland, fixes #28681.

Built from https://develop.svn.wordpress.org/trunk@29195


git-svn-id: http://core.svn.wordpress.org/trunk@28979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-07-16 21:28:16 +00:00
parent e75d42daff
commit 1637f1617f
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ html.wp-fullscreen body {
} }
.aligncenter, .aligncenter,
dl.aligncenter { dl.aligncenter,
.html5-captions .wp-caption.aligncenter {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;