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

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


git-svn-id: http://core.svn.wordpress.org/trunk@27779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-04-04 23:12:16 +00:00
parent b41e23efac
commit e392b42c70
1 changed files with 4 additions and 1 deletions

View File

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