From 0f59f34cc0009b841e32370ff305f997ede3d404 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 24 Sep 2010 19:56:56 +0000 Subject: [PATCH] Fix header positioning in IE9. Props iandstewart. fixes #14883 git-svn-id: https://develop.svn.wordpress.org/trunk@15658 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/rtl.css | 3 +++ wp-content/themes/twentyten/style.css | 1 + 2 files changed, 4 insertions(+) diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 4ae54e4da4..0b62309592 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -120,6 +120,9 @@ blockquote { float: left; font-style: normal; } +#branding img { + float: right; +} /* =Menu -------------------------------------------------------------- */ diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 596071afda..846f92673d 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -362,6 +362,7 @@ a:hover { border-bottom: 1px solid #000; clear: both; display: block; + float: left; }