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

git-svn-id: https://develop.svn.wordpress.org/trunk@29195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-07-16 21:27:54 +00:00
parent 977b4a7c26
commit 0e3aac5016
1 changed files with 2 additions and 1 deletions

View File

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