From: Mark Otto Date: Mon, 10 Aug 2015 22:55:50 +0000 (-0700) Subject: clean up spacing of table of contents links in docs X-Git-Tag: v4.0.0-alpha~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78965b47d7fc35ad764eefa098e39857cf51d65;p=thirdparty%2Fbootstrap.git clean up spacing of table of contents links in docs --- diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss index 3127304521..369186a916 100644 --- a/docs/assets/scss/_layout.scss +++ b/docs/assets/scss/_layout.scss @@ -123,4 +123,9 @@ // Hide the first child li because it's always going to be "Contents". #markdown-toc > li:first-child { display: none; + + ul { + margin-top: .25rem; + padding-left: 2rem; + } }