Removed clear: both; from style.css as it was causing float problems
authorDan
Mon, 07 Jul 2008 04:01:39 -0400
changeset 9 8dc58f08a066
parent 8 160f1170aa32
child 10 219a0133622e
Removed clear: both; from style.css as it was causing float problems
plugins/nuggie/style.css
--- a/plugins/nuggie/style.css	Mon Jun 16 19:01:51 2008 -0400
+++ b/plugins/nuggie/style.css	Mon Jul 07 04:01:39 2008 -0400
@@ -28,5 +28,5 @@
   color: #305070;
 }
 div.blog-post-body {
-  clear: both;
+  /* clear: both; */
 }