Fix alignment of the WordPress icon in the My Sites toolbar menu.
props jeremyfelt. fixes #26154. git-svn-id: https://develop.svn.wordpress.org/trunk@26348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c915b97ae
commit
0ffc2ecf7b
@ -274,7 +274,7 @@
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
||||
top: 0px;
|
||||
top: 1px;
|
||||
right: 4px;
|
||||
content: '\f139';
|
||||
}
|
||||
@ -449,7 +449,7 @@
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
margin: 8px 8px 0 -2px;
|
||||
margin: 6px 8px 0 -2px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-appearance {
|
||||
|
Loading…
Reference in New Issue
Block a user