Bump H3 headings to H2 on WordPress Updates screen for better accessibility.

props Cheffheid.
fixes #33559.

git-svn-id: https://develop.svn.wordpress.org/trunk@33817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2015-08-31 03:25:27 +00:00
parent 8aefa21974
commit 7f3b90bc77
2 changed files with 13 additions and 15 deletions

View File

@@ -329,14 +329,14 @@ h1 {
margin: .67em 0;
}
.wrap > h1,
h2 {
.wrap > h1 {
color: #23282d;
font-size: 1.5em;
margin: .83em 0;
font-weight: 400;
}
h2,
h3 {
color: #23282d;
font-size: 1.3em;
@@ -568,14 +568,12 @@ code {
}
.wrap h1,
.wrap h2,
.subtitle {
font-weight: normal;
margin: 0;
}
.wrap h1,
.wrap h2 {
.wrap h1 {
font-size: 23px;
font-weight: 400;
padding: 9px 15px 4px 0;