mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
11642d9baa
commit
526e939001
@ -120,6 +120,9 @@ blockquote {
|
||||
float: left;
|
||||
font-style: normal;
|
||||
}
|
||||
#branding img {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* =Menu
|
||||
-------------------------------------------------------------- */
|
||||
|
@ -362,6 +362,7 @@ a:hover {
|
||||
border-bottom: 1px solid #000;
|
||||
clear: both;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user