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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user