.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:
parent
337574056a
commit
e90f8d3843
@ -293,6 +293,10 @@ body {
|
|||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user