From 04e5e859d8ceb52e0c778a0355556e44bdf8f8db Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@15464 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a6b59599c9..5dbf6317b6 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; }