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:
parent
7ebbe03a1f
commit
1c9ea9bb4a
|
@ -1091,7 +1091,7 @@ p.popular-tags a {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud h3 {
|
.tagcloud h2 {
|
||||||
margin: 2px 0 12px;
|
margin: 2px 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1091,7 +1091,7 @@ p.popular-tags a {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud h3 {
|
.tagcloud h2 {
|
||||||
margin: 2px 0 12px;
|
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
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue