From e90f8d384306aa30e9be16e155e8e88341f7f0d7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 26 Mar 2008 23:12:54 +0000 Subject: [PATCH] .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 --- wp-content/themes/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 0e5fd911c2..5ec0231529 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -293,6 +293,10 @@ body { clear: left; } +.clear { + clear: both; +} + #footer { padding: 0; margin: 0 auto;