From 3c9c314ef60019aaa50738f9c6b184dbf5606c1a Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 12 Jul 2008 17:53:23 +0000 Subject: [PATCH] We need to clear floats so images don't run into the next post. git-svn-id: https://develop.svn.wordpress.org/trunk@8320 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 2be7218ccb..b80a0ef828 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -290,7 +290,7 @@ body { } .postmetadata { - clear: left; + clear: both; } .clear {