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

Fixes #34285.
Built from https://develop.svn.wordpress.org/trunk@35158


git-svn-id: http://core.svn.wordpress.org/trunk@35124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2015-10-14 17:32:24 +00:00
parent d01f1c2e15
commit c4ff6317a7
6 changed files with 14 additions and 10 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 9px 0 0;
}
#namediv h3 label {
#namediv h3 label, /* Back-compat for pre-4.4 */
#namediv h2 label {
vertical-align: baseline;
}

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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long