Fixed log being pushed inwards due to lack of clear: both; before list
authorDan
Wed, 15 Apr 2009 20:05:57 -0400
changeset 919 1314deadf903
parent 918 1064e7e57eeb
child 920 4babf8545826
Fixed log being pushed inwards due to lack of clear: both; before list
plugins/SpecialLog.php
--- a/plugins/SpecialLog.php	Wed Apr 15 20:05:38 2009 -0400
+++ b/plugins/SpecialLog.php	Wed Apr 15 20:05:57 2009 -0400
@@ -274,7 +274,7 @@
     
     echo $paginator;
     // padding
-    echo '<div style="height: 10px;"></div>';
+    echo '<div style="height: 10px; clear: both;"></div>';
     foreach ( $dataset as $row )
     {
       echo LogDisplay::render_row($row) . '<br />';