Commit cce8d2a8 authored by Fred Drake's avatar Fred Drake

Adjust cellspacing attribute of the navigation bar tables to get some

space between cells on all (major) browsers.
parent 3c7ce60f
......@@ -112,7 +112,7 @@ $BLANK_ICON = "\n<td>" . img_tag('blank.' . $IMAGE_TYPE) . "</td>";
$NAV_BGCOLOR = " bgcolor=\"#99CCFF\"";
sub make_nav_panel{
("<table width=\"100%\" cellpadding=0 cellspacing=0>\n<tr>"
("<table width=\"100%\" cellpadding=0 cellspacing=2>\n<tr>"
. "\n<td>$NEXT</td>"
. "\n<td>$UP</td>"
. "\n<td>$PREVIOUS</td>"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment