From 8a80f80b22160d6e8878f4339457d35921372dbb Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 22 Jul 2010 20:44:03 +0000 Subject: [PATCH] Clear #main in Twenty Ten to fix rendering in old Gecko browsers. props demetris, fixes #13991 for trunk. git-svn-id: http://svn.automattic.com/wordpress/trunk@15464 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a6b59599c..5dbf6317b 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -449,6 +449,7 @@ div.menu li { -------------------------------------------------------------- */ #main { + clear: both; overflow: hidden; padding: 40px 0 0 0; }