TinyMCE: update the default style for html5-captions, props obenland fixes #26642

git-svn-id: https://develop.svn.wordpress.org/trunk@27949 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-04-04 23:11:21 +00:00
parent 63bf25ec1f
commit 548772fcc1

View File

@ -41,7 +41,10 @@ dl.aligncenter {
}
.html5-captions .wp-caption {
padding: 4px;
border: none;
background-color: transparent;
margin: 0;
padding: 0;
}
.mceIEcenter {