html: slightly wider TOC for readability

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-22 17:01:26 +01:00
parent ab40d1a3c2
commit 237d09b998

View File

@ -584,6 +584,19 @@ endif::toc2[]
include1::{stylesheet}[]
</style>
endif::linkcss[]
ifdef::toc2[]
<style type="text/css">
div #toc {
width: 19em
}
.book {
margin-left: 22em
}
</style>
endif::toc2[]
ifndef::disable-javascript[]
ifdef::linkcss[]
<script type="text/javascript" src="{scriptsdir=.}/asciidoc.js"></script>