From b9b2d4d557b90d871ecb79d7f754c8c32bfb4d74 Mon Sep 17 00:00:00 2001 From: matt 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: http://svn.automattic.com/wordpress/trunk@8320 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 {