Correct the alignment of the W logo within its container. See #25858.
Built from https://develop.svn.wordpress.org/trunk@26670 git-svn-id: http://core.svn.wordpress.org/trunk@26560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ecf5c3ae21
commit
2bac800656
|
@ -423,7 +423,7 @@
|
||||||
* WP Logo
|
* WP Logo
|
||||||
*/
|
*/
|
||||||
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
||||||
width: 20px;
|
width: 15px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 6px 0 5px;
|
padding: 6px 0 5px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -423,7 +423,7 @@
|
||||||
* WP Logo
|
* WP Logo
|
||||||
*/
|
*/
|
||||||
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
||||||
width: 20px;
|
width: 15px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 6px 0 5px;
|
padding: 6px 0 5px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue