From 79675228cbe85937e8b41a46ad9ba0f5a528291d Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 22 Apr 2021 17:14:52 -0700 Subject: Fix documentation (#1811) --- docs/_layouts/user-guide.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'docs/_layouts/user-guide.html') diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index ebd887789..b08e85df0 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -31,28 +31,23 @@ padding-left: 20px; } - ol { - counter-reset: section; + .toc_list { list-style-type: none; - } - - li:before { - counter-increment: section; - content: counters(section, ".") " "; + padding-left:16px; } {% seo %} -
-
+
+
{% include user-guide-toc.html %}
-
+
{{ content }}
-- cgit v1.2.3