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

git-svn-id: https://develop.svn.wordpress.org/trunk@7539 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-26 23:12:54 +00:00
parent 337574056a
commit e90f8d3843
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;