Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cce8d2a

Browse files
committed
Adjust cellspacing attribute of the navigation bar tables to get some
space between cells on all (major) browsers.
1 parent 3c7ce60 commit cce8d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/l2hinit.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sub set_icon_size{
112112
$NAV_BGCOLOR = " bgcolor=\"#99CCFF\"";
113113

114114
sub make_nav_panel{
115-
("<table width=\"100%\" cellpadding=0 cellspacing=0>\n<tr>"
115+
("<table width=\"100%\" cellpadding=0 cellspacing=2>\n<tr>"
116116
. "\n<td>$NEXT</td>"
117117
. "\n<td>$UP</td>"
118118
. "\n<td>$PREVIOUS</td>"

0 commit comments

Comments
 (0)