Fix header positioning in IE9. Props iandstewart. fixes #14883

git-svn-id: https://develop.svn.wordpress.org/trunk@15658 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-09-24 19:56:56 +00:00
parent 60adebf724
commit 0f59f34cc0
2 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,9 @@ blockquote {
float: left;
font-style: normal;
}
#branding img {
float: right;
}
/* =Menu
-------------------------------------------------------------- */

View File

@ -362,6 +362,7 @@ a:hover {
border-bottom: 1px solid #000;
clear: both;
display: block;
float: left;
}