mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Thorough CSS reset of the admin bar to avoid theme conflicts. props ocean90, JohnONolan, filosofo, duck_. fixes #15851.
git-svn-id: https://develop.svn.wordpress.org/trunk@17064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -65,11 +65,12 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account > a {
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar > a {
|
||||
background: url(../images/admin-bar-sprite-rtl.png?d=11122010) top right no-repeat;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account > a {
|
||||
#wpadminbar .quicklinks li.ab-my-account > a,
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar > a {
|
||||
border-right: none;
|
||||
border-left: 1px solid #686868;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user