]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adjust cellspacing attribute of the navigation bar tables to get some
authorFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 14:21:54 +0000 (14:21 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 14:21:54 +0000 (14:21 +0000)
space between cells on all (major) browsers.

Doc/perl/l2hinit.perl

index 180874ee25b88d0ea06288e1331f5453ef15b27a..422f902fc6a11cd6d145267b12ca64bc130aaa79 100644 (file)
@@ -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>"