Bump H3 headings to H2 on the legacy Link Manager screen for better accessibility.

Fixes #34285.

git-svn-id: https://develop.svn.wordpress.org/trunk@35158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2015-10-14 17:31:29 +00:00
parent 5ffe8f5aef
commit 359b826e2c
2 changed files with 7 additions and 5 deletions

View File

@@ -2124,7 +2124,8 @@ body.iframe {
width: auto;
}
#post-body #post-body-content #namediv h3 {
#post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
#post-body #post-body-content #namediv h2 {
margin-top: 0;
}
@@ -2136,7 +2137,8 @@ body.iframe {
margin: 2px 0 0 9px;
}
#namediv h3 label {
#namediv h3 label, /* Back-compat for pre-4.4 */
#namediv h2 label {
vertical-align: baseline;
}