From ed4674a09ad80395eed83a345b1a556845eb8276 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Jul 2013 23:29:43 -0700 Subject: [PATCH] Disable the customizer for rc1 for now --- _layouts/customize.html | 53 +++++++++++++++++++++++++++++++++++++++++ _layouts/default.html | 12 +++++----- assets/css/docs.css | 7 ++++++ customize.html | 2 +- 4 files changed, 67 insertions(+), 7 deletions(-) create mode 100644 _layouts/customize.html diff --git a/_layouts/customize.html b/_layouts/customize.html new file mode 100644 index 0000000000..450cedcec2 --- /dev/null +++ b/_layouts/customize.html @@ -0,0 +1,53 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + + {% include old-bs-docs.html %} + + +
+
+

{{ page.title }}

+

{{ page.lead }}

+ {% unless site.port != "9001" %} + {% include ads.html %} + {% endunless %} +
+
+ +
+
+

Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the compiled CSS and JavaScript. Hang tight!

+
+
+ + + + + + {% include footer.html %} + + + diff --git a/_layouts/default.html b/_layouts/default.html index 19388fbf04..edd211665b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,15 +30,15 @@
@@ -67,7 +67,7 @@
  • ·
  • Issues
  • ·
  • -
  • Changelog
  • +
  • Releases
  • diff --git a/assets/css/docs.css b/assets/css/docs.css index d1240bcb05..f1864a6c28 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -26,6 +26,13 @@ body { border-color: #b94a48; } +/* Temp CSS until RC2 */ +.bs-customize-placeholder { + margin-bottom: -100px; + padding: 80px 30px; + text-align: center; + background-color: #f5f5f5; +} /* Top nav and header diff --git a/customize.html b/customize.html index 7bde928b8d..f38152f164 100644 --- a/customize.html +++ b/customize.html @@ -1,5 +1,5 @@ --- -layout: default +layout: customize title: Customize and download slug: customize lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.