Add styling for table of contents.

This commit is contained in:
tastytea 2019-11-25 00:51:43 +01:00
parent 3a16cdb0c8
commit cc435f269b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -110,3 +110,9 @@ div.admonitionblock td
{
margin-top: 2em;
}
/* Table of contents */
#toc ul
{
margin-top: 0;
}