From 21a3a8559d34957a8ed210d68f344d1c7e3288cd Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 3 Dec 2020 19:24:40 -0500 Subject: [PATCH] docs: Add indentation to generated table-of-contents on klipper3d.org site Signed-off-by: Kevin O'Connor --- docs/_layouts/default.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index b6bfee68..5bbb3cca 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -107,12 +107,22 @@ padding-top: .5em; padding-bottom: .5em; } + .toc-item-H1 { margin-left: 0px; } + .toc-item-H2 { margin-left: 8px; } + .toc-item-H3, .toc-item-H4, .toc-item-H5, .toc-item-H6 { margin-left: 16px; }