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

-- cgit v1.2.3 From b35b65d0b3689f7999be998411e632046548af6e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 7 Aug 2013 23:06:29 -0700 Subject: first prototype of new customizer --- _layouts/customize.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_layouts/customize.html') diff --git a/_layouts/customize.html b/_layouts/customize.html index 28275c3e1..f9d62cfa2 100644 --- a/_layouts/customize.html +++ b/_layouts/customize.html @@ -22,9 +22,9 @@ {% include old-bs-docs.html %} -
-
-

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

+
+
+ {{ content }}
-- cgit v1.2.3 From 308d40a729717fd49cf56b597ecbdcb0f22405cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Aug 2013 16:11:10 -0700 Subject: remove customize layout now that we're bringing it back for rc2 --- _layouts/customize.html | 52 ------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 _layouts/customize.html (limited to '_layouts/customize.html') diff --git a/_layouts/customize.html b/_layouts/customize.html deleted file mode 100644 index c04b6978d..000000000 --- a/_layouts/customize.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - {% include header.html %} - - - - Skip navigation - - - {% include nav-main.html %} - - - - - - {% include old-bs-docs.html %} - -
-
- {{ content }} -
-
- - - - - - {% include footer.html %} - - - -- cgit v1.2.3 From 8bdffecf8f65a7bd4f27ad4d2afb922291a4e4ad Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 11 Aug 2013 18:42:13 -0700 Subject: rebuild + first bit of customizer urls --- _layouts/customize.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _layouts/customize.html (limited to '_layouts/customize.html') diff --git a/_layouts/customize.html b/_layouts/customize.html new file mode 100644 index 000000000..c04b6978d --- /dev/null +++ b/_layouts/customize.html @@ -0,0 +1,52 @@ + + + + + {% include header.html %} + + + + Skip navigation + + + {% include nav-main.html %} + + + + + + {% include old-bs-docs.html %} + +
+
+ {{ content }} +
+
+ + + + + + {% include footer.html %} + + + -- cgit v1.2.3