diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-16 14:21:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-16 14:21:54 (GMT) |
commit | cce8d2a85a207443257f768ad11d7be833d056c6 (patch) | |
tree | 435e5f0cf319d0ffa38a85b212e205c0619f6d4c /Doc/perl | |
parent | 3c7ce60f1f8bd13c4f13cd53fae23a7d56f265eb (diff) | |
download | cpython-cce8d2a85a207443257f768ad11d7be833d056c6.zip cpython-cce8d2a85a207443257f768ad11d7be833d056c6.tar.gz cpython-cce8d2a85a207443257f768ad11d7be833d056c6.tar.bz2 |
Adjust cellspacing attribute of the navigation bar tables to get some
space between cells on all (major) browsers.
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 180874e..422f902 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -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>" |