From 3d8ae9d042cb090a93e9606296932973199393d1 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@15950 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 846f92673..0d30338ea 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; }