Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-07-27 00:50:55 +0400
committerMark Otto <otto@github.com>2013-07-27 00:50:55 +0400
commitded4ebfa7eb2dc10f2ec784732158c1e125d15f2 (patch)
tree061d0ba31452511406ba09b949c4c40e82cbfc63 /_layouts/customize.html
parent52e8aedb8e20673c49e1b390367abf026403b169 (diff)
Make customize layout match default layout
Diffstat (limited to '_layouts/customize.html')
-rw-r--r--_layouts/customize.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/customize.html b/_layouts/customize.html
index 450cedcec2..a2affb0de4 100644
--- a/_layouts/customize.html
+++ b/_layouts/customize.html
@@ -10,9 +10,6 @@
<!-- Docs master nav -->
{% include nav-main.html %}
- <!-- Callout for the old docs link -->
- {% include old-bs-docs.html %}
-
<!-- Docs page layout -->
<div class="bs-header">
<div class="container">
@@ -24,6 +21,9 @@
</div>
</div>
+ <!-- Callout for the old docs link -->
+ {% include old-bs-docs.html %}
+
<div class="bs-customize-placeholder">
<div class="container bs-docs-container">
<p class="lead">Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the <a href="https://github.com/twbs/bootstrap/releases">compiled CSS and JavaScript</a>. Hang tight!</p>