mirror of https://github.com/aredn/aredn.git
bugfix: change navbar spacing to accomodate tunnels
This commit is contained in:
parent
6ff8986810
commit
ff057d3488
|
@ -90,7 +90,7 @@ sub navbar
|
||||||
|
|
||||||
foreach $page (@pages)
|
foreach $page (@pages)
|
||||||
{
|
{
|
||||||
print "<td align=center width=25%";
|
print "<td align=center width=15%";
|
||||||
print " class=navbar_select" if $page eq $current;
|
print " class=navbar_select" if $page eq $current;
|
||||||
print "><a href='$page'>", $titles{$page}, "</a></td>\n";
|
print "><a href='$page'>", $titles{$page}, "</a></td>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue