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 4b4150e578..db15a631c6 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/components.html b/components.html index 3f177a840d..d6e25cfc1c 100644 --- a/components.html +++ b/components.html @@ -733,14 +733,14 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na