5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-08 04:58:19 +03:00

html: use new table-of-contents (toc2) also for individual chapters

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-28 17:18:53 +01:00
parent d7f5c1f706
commit 396e1d03f2
2 changed files with 4 additions and 3 deletions

View File

@ -327,7 +327,7 @@ sub compile_asciidoc {
$attributes->{manvolnum} = $mansection;
} elsif ($env eq 'default') {
die "$infile: wrong doctype\n" if $doctype != 0;
$attributes->{toc} = undef;
$attributes->{toc2} = undef;
}
if (!defined($outfile)) {

View File

@ -590,8 +590,9 @@ ifdef::toc2[]
div #toc {
width: 19em;
font-family: sans;
border-right: 3px solid gainsboro;
}
.book {
.book, .article {
margin-left: 22em
}
div #toc a:link, div #toc a:visited {
@ -609,7 +610,7 @@ div .toclevel1 {
div #toc {
width: 22em
}
.book {
.book, .article {
margin-left: 25em
}
div .toclevel1 {