1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 04:02:10 +02:00

Hide underline from left sidebar links

This commit is contained in:
Gabor Hojtsy
2003-01-25 12:00:37 +00:00
parent e13beb1bcb
commit ec08d5989b

View File

@@ -39,7 +39,7 @@ function makeBorderTOC($this) {
'</td></tr>';
}
$SIDEBAR_DATA.= '<tr valign="top"><td><small>';
$SIDEBAR_DATA.= '<tr valign="top"><td><small class="sidetoc">';
for ($i = 0; $i < count($TOC); $i++) {
list($url, $title) = $TOC[$i];