Force display:inline for wpadminbar avatar image to avoid stomping by themes. Props ocean90. fixes #19435
git-svn-id: http://svn.automattic.com/wordpress/trunk@19552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d88fcedd1b
commit
816aaad78a
File diff suppressed because one or more lines are too long
|
@ -384,6 +384,7 @@
|
|||
vertical-align: middle;
|
||||
margin: -3px 0 0 6px;
|
||||
float: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue