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:
parent
842d1b4e51
commit
8598678582
|
@ -120,6 +120,9 @@ blockquote {
|
|||
float: left;
|
||||
font-style: normal;
|
||||
}
|
||||
#branding img {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* =Menu
|
||||
-------------------------------------------------------------- */
|
||||
|
|
|
@ -360,6 +360,7 @@ a:hover {
|
|||
border-bottom: 1px solid #000;
|
||||
clear: both;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue