# HG changeset patch # User Dan # Date 1215417699 14400 # Node ID 8dc58f08a06622aafd61ce576d7bc2fcf638e2a7 # Parent 160f1170aa32e17c43dfa0d5e48ad27980784186 Removed clear: both; from style.css as it was causing float problems diff -r 160f1170aa32 -r 8dc58f08a066 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; */ }