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
This commit is contained in:
nacin 2010-07-22 20:44:03 +00:00
parent 53d9320180
commit 8a80f80b22
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;
}