docs: internals: columnize rather long ToC

This commit is contained in:
Marian Beermann 2017-06-05 15:39:55 +02:00
parent 50bcd7843d
commit fec0958b7f
2 changed files with 14 additions and 1 deletions

View File

@ -28,3 +28,16 @@
#usage dl dl dd {
margin-bottom: 0.5em;
}
#internals .toctree-wrapper > ul {
column-count: 3;
}
#internals .toctree-wrapper > ul > li {
display: inline-block;
font-weight: bold;
}
#internals .toctree-wrapper > ul > li > ul {
font-weight: normal;
}

View File

@ -39,7 +39,7 @@ hash-table of all chunks that already exist.
(Repository) or remotely (RemoteRepository).
.. toctree::
:caption: Contents
:caption: Internals contents
internals/security
internals/data-structures