From 894a4ea12c18bbdf4ae1c95f89e3fc1cf7a6e4c1 Mon Sep 17 00:00:00 2001
From: Thomas Park <thomas@thomaspark.co>
Date: Thu, 1 Oct 2015 22:33:20 -0400
Subject: add table of contents to sections, closes #519

---
 assets/less/custom.less | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

(limited to 'assets/less')

diff --git a/assets/less/custom.less b/assets/less/custom.less
index 53735f3e..885f96cc 100644
--- a/assets/less/custom.less
+++ b/assets/less/custom.less
@@ -36,6 +36,10 @@ body {
   border-bottom: none;
 }
 
+.table-of-contents {
+  margin-top: 1em;
+}
+
 .page-header {
 
   h1 {
@@ -44,7 +48,11 @@ body {
 }
 
 .bs-docs-section {
-  margin-top: 8em;
+  margin-top: 6em;
+
+  h1 {
+    padding-top: 100px;
+  }
 }
 
 .bs-component {
-- 
cgit v1.2.3