mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user