default cellpadding set to 2. Looks better in both IE and FireFox.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 28 Apr 2007 00:10:57 +0000 (00:10 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 28 Apr 2007 00:10:57 +0000 (00:10 +0000)
includes/ui/ui_controls.inc

index 8fd5aba43b5b7bb55cca5455161ebc7b2a5d4ca3..8e815e73473415518e422cf686fca027e91a47f5 100644 (file)
@@ -30,7 +30,7 @@ function end_form($breaks=0)
        echo "</form>\n";
 }
 
-function start_table($extra="", $padding='0', $spacing='0')
+function start_table($extra="", $padding='2', $spacing='0')
 {
        echo "<center><table";
        if ($extra != "")