aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_layouts/customize.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/_layouts/customize.html b/docs/_layouts/customize.html
index c2370d243..f01f4f86e 100644
--- a/docs/_layouts/customize.html
+++ b/docs/_layouts/customize.html
@@ -5,20 +5,15 @@
{% include header.html %}
<!-- Place anything custom after this. -->
</head>
- <body data-spy="scroll" data-target=".bs-docs-sidebar">
+ <body>
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Docs page layout -->
- <div class="container bs-docs-container">
+ <div class="container">
{{ content }}
- <!-- Quick back to top -->
- <a href="#welcome" class="bs-top">
- Back to top
- </a>
-
<!-- Main docs footer (social buttons, copyright, etc). -->
{% include colophon.html %}
</div>