From: Mark Otto Date: Sat, 15 Feb 2020 07:40:27 +0000 (-0800) Subject: Docs table of contents list style fix (#30176) X-Git-Tag: v5.0.0-alpha1~448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22062ed9d7f7b96e3fbb0fab7264959cf32b22d8;p=thirdparty%2Fbootstrap.git Docs table of contents list style fix (#30176) * Fix missing bullets from table of contents top level * Add .text-muted to toc for lighter bullets --- diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss index 2ad4f8338d..f942f6210e 100644 --- a/site/assets/scss/_toc.scss +++ b/site/assets/scss/_toc.scss @@ -6,14 +6,9 @@ border-left: .25em solid $gray-200; > ul { - padding-left: .5rem; margin-bottom: 0; } - > ul > li { - display: block; - } - li ul li { margin-bottom: .25rem; list-style-type: disc; diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index fff946d107..c47c0af7f7 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -35,7 +35,7 @@ {{ if (eq .Page.Params.toc true) }} On this page -