summaryrefslogtreecommitdiff
path: root/assets/less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-10-01 22:33:20 -0400
committerThomas Park <thomas@thomaspark.co>2015-10-01 22:33:20 -0400
commit894a4ea12c18bbdf4ae1c95f89e3fc1cf7a6e4c1 (patch)
tree5e96127020ee557e1d235192386d3bd197b94c53 /assets/less
parentceb6bc5d80af9c7905b54ac4146339e6b1c68490 (diff)
add table of contents to sections, closes #519
Diffstat (limited to 'assets/less')
-rw-r--r--assets/less/custom.less10
1 files changed, 9 insertions, 1 deletions
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 {