CSS style is now implemented in all FA.
[fa-stable.git] / includes / ui / ui_controls.inc
index e809042e093fa3df0b0dbaf50934bf6ed983e2ba..a6140df5e3bde056e7f45908446ca09ead06a62d 100644 (file)
@@ -70,9 +70,10 @@ function table_section($number=1, $width=false)
        {
                echo "</table>\n";
                $width = ($width ? "width=$width" : "");
-               echo "</td><td class='tableseparator' $width>\n"; // outer table
+               //echo "</td><td class='tableseparator' $width>\n"; // outer table
+               echo "</td><td style='border-left:1px solid #cccccc;' $width>\n"; // outer table
        }
-       echo "<table>\n";
+       echo "<table class='tablestyle_inner'>\n";
 }      
 
 function end_outer_table($breaks=0, $close_table=true)