Acessibility: Add back-compat styles for plugins that use `h3` inside the `.metabox-holder` container.

Props afercia.
Fixes #33557.

git-svn-id: https://develop.svn.wordpress.org/trunk@35184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-10-15 03:37:03 +00:00
parent 8cc22363db
commit 9fdd5ae513
1 changed files with 2 additions and 0 deletions

View File

@ -2054,6 +2054,7 @@ h2 .nav-tab {
.metabox-holder h3.hndle, /* Back-compat for pre-4.4 */
.metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */
.metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */
.metabox-holder h2 {
font-size: 14px;
padding: 8px 12px;
@ -3436,6 +3437,7 @@ img {
.metabox-holder h3.hndle, /* Back-compat for pre-4.4 */
.metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */
.metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */
.metabox-holder h2 {
padding: 12px;
}