Accessibility: Correct the style for Popular Tags header on Edit Tags screen after [33917].

Props afercia.
See #33559. See #33658.
Built from https://develop.svn.wordpress.org/trunk@35130


git-svn-id: http://core.svn.wordpress.org/trunk@35095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-13 07:14:25 +00:00
parent 7ebbe03a1f
commit 1c9ea9bb4a
5 changed files with 5 additions and 5 deletions

View File

@ -1091,7 +1091,7 @@ p.popular-tags a {
text-align: justify;
}
.tagcloud h3 {
.tagcloud h2 {
margin: 2px 0 12px;
}

View File

@ -1091,7 +1091,7 @@ p.popular-tags a {
text-align: justify;
}
.tagcloud h3 {
.tagcloud h2 {
margin: 2px 0 12px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35129';
$wp_version = '4.4-alpha-35130';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.