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:
parent
977b4a7c26
commit
0e3aac5016
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user