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:
Andrew Nacin 2013-11-24 12:08:35 +00:00
parent 8c915b97ae
commit 0ffc2ecf7b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {