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
This commit is contained in:
Andrew Nacin 2010-07-22 20:44:03 +00:00
parent 5b9d2135e6
commit 04e5e859d8
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ div.menu li {
-------------------------------------------------------------- */
#main {
clear: both;
overflow: hidden;
padding: 40px 0 0 0;
}