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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-09-24 19:56:56 +00:00
parent 11642d9baa
commit 526e939001
2 changed files with 4 additions and 0 deletions

View File

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

View File

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