]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clean up spacing of table of contents links in docs
authorMark Otto <markdotto@gmail.com>
Mon, 10 Aug 2015 22:55:50 +0000 (15:55 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 10 Aug 2015 22:56:05 +0000 (15:56 -0700)
docs/assets/scss/_layout.scss

index 312730452159baed4abe7273dd0e28d6c8788bad..369186a916082b28041c798fb1e9f6bf0a4f1332 100644 (file)
 // 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;
+  }
 }