From fad83fc9f6987ad1fa6e330314ef44d5f31e0ac8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 28 Dec 2014 20:19:27 +0000 Subject: [PATCH] Hide items in Table of Contents lower than 2 levels --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index c3cc94b..fd63c68 100644 --- a/static/style.css +++ b/static/style.css @@ -118,3 +118,7 @@ h3 { font-weight: bold; margin: 30px 0 10px 0; } + +.toc > ul > li > ul > li > ul { + display: none; +}