aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-10 15:55:50 -0700
committerMark Otto <[email protected]>2015-08-10 15:56:05 -0700
commitc78965b47d7fc35ad764eefa098e39857cf51d65 (patch)
tree83767070364974b38982cab3b838203a146a38ad /docs
parentde2971c9cc34b0cef59a35111dc281dd4b9f07a1 (diff)
downloadbootstrap-c78965b47d7fc35ad764eefa098e39857cf51d65.tar.xz
bootstrap-c78965b47d7fc35ad764eefa098e39857cf51d65.zip
clean up spacing of table of contents links in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_layout.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss
index 312730452..369186a91 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;
+ }
}