Clear #main in Twenty Ten to fix rendering in old Gecko browsers. props demetris, fixes #13991 for 3.0.1.

git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-07-22 20:44:43 +00:00
parent 9481379309
commit bfaede1cee
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;
}