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:
parent
9481379309
commit
bfaede1cee
|
@ -449,6 +449,7 @@ div.menu li {
|
|||
-------------------------------------------------------------- */
|
||||
|
||||
#main {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
padding: 40px 0 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue