From a3f3e3f21c0dc9fc472b05eb488533f2b2ad3b23 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 24 Oct 2010 21:40:17 +0000 Subject: [PATCH] Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@15950 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 846f92673d..0d30338ea0 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -352,7 +352,7 @@ a:hover { clear: right; float: right; font-style: italic; - margin: 14px 0 18px 0; + margin: 15px 0 18px 0; width: 220px; } @@ -360,7 +360,6 @@ a:hover { #branding img { border-top: 4px solid #000; border-bottom: 1px solid #000; - clear: both; display: block; float: left; }