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

git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-10-13 04:55:06 +00:00
parent 842d1b4e51
commit 8598678582
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

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