From deef4f5e7c6864daf3641945de563206cd257807 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 6 Oct 2020 14:03:37 -0700 Subject: [PATCH] Suppress bullets inside table of contents --- scripts/css/nature.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/css/nature.css b/scripts/css/nature.css index 771e40b2..69169129 100644 --- a/scripts/css/nature.css +++ b/scripts/css/nature.css @@ -290,3 +290,6 @@ div.admonition-example { border: 1px solid #ccc; } +div#table-of-contents ul { + list-style-type: none; +}