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:
parent
d7f5c1f706
commit
396e1d03f2
@ -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)) {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user