aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-08 22:53:22 -0700
committerMark Otto <[email protected]>2013-05-08 22:53:31 -0700
commit22f212379f296d9f267a05d739f44d4deba544db (patch)
tree0bbe20080baa5c5b0827db1a4c9983949cc6fee0 /docs
parent3c3e56ca50571c1efb6632fe39367de246cb3db6 (diff)
downloadbootstrap-22f212379f296d9f267a05d739f44d4deba544db.tar.xz
bootstrap-22f212379f296d9f267a05d739f44d4deba544db.zip
nuke stuff from customizer
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>