]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke stuff from customizer
authorMark Otto <otto@github.com>
Thu, 9 May 2013 05:53:22 +0000 (22:53 -0700)
committerMark Otto <otto@github.com>
Thu, 9 May 2013 05:53:31 +0000 (22:53 -0700)
docs/_layouts/customize.html

index c2370d243d1fa4929589a4975b50c46619ba6607..f01f4f86ed6e71ae9f4c49bfcd0900bb62eec5e6 100644 (file)
@@ -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>