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:
parent
e75d42daff
commit
1637f1617f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue