From: Mark Otto Date: Fri, 26 Jul 2013 06:29:43 +0000 (-0700) Subject: Disable the customizer for rc1 for now X-Git-Tag: v3.0.0-rc1~52^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4674a09ad80395eed83a345b1a556845eb8276;p=thirdparty%2Fbootstrap.git Disable the customizer for rc1 for now --- 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.