.clear class was used, but undefined, which could cause funky image navigation at some sizes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-26 23:12:54 +00:00
parent bfba721708
commit f43fba3559
1 changed files with 4 additions and 0 deletions

View File

@ -293,6 +293,10 @@ body {
clear: left;
}
.clear {
clear: both;
}
#footer {
padding: 0;
margin: 0 auto;