Bump H3 headings to H2 on the Theme Editor screen for better accessibility.

Props mrahmadawais.
Fixes #33660.

git-svn-id: https://develop.svn.wordpress.org/trunk@34066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2015-09-11 23:59:30 +00:00
parent c492832e6a
commit 41c74b9bf6
2 changed files with 5 additions and 5 deletions

View File

@@ -2773,7 +2773,7 @@ img {
}
/* Theme/Plugin Editor */
.alignleft h3 {
.alignleft h2 {
margin: 0;
}
@@ -2801,7 +2801,7 @@ img {
word-wrap: break-word;
}
#templateside h3,
#templateside h2,
#postcustomstuff p.submit {
margin: 0;
}