From 1ff6d33aa87aea3e9bd028839e32fa2b9eb99ba3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 18 Feb 2014 01:45:58 -0800 Subject: use @ssorallen's blob support test in customizer; fixes #12617 --- docs/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 3e29227bb..a36cbdf32 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge

Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.

- +
-- cgit v1.2.3 From a696d47592ef19510087113fa8e88af31a6491e0 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Thu, 27 Mar 2014 21:26:21 +0100 Subject: Change GA events to Universal Analytics --- docs/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index a36cbdf32..37c90e8cb 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge

Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.

- +
-- cgit v1.2.3 From b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Thu, 27 Mar 2014 22:59:26 +0100 Subject: Revert upgrade to Universal Analytics The Google Analytics account we use cannot currently be upgraded to Universal Analytics. In order to keep using Analytics, we have to stick with Classic for now. --- docs/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 37c90e8cb..a36cbdf32 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge

Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.

- +
-- cgit v1.2.3 From fa9e541f5e9aa9ce5ea039166826c5f195585daa Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Fri, 4 Apr 2014 10:28:45 +0200 Subject: Re-implement Universal Analytics X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560 --- docs/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index a36cbdf32..37c90e8cb 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge

Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.

- +
-- cgit v1.2.3 From e6788ef979854800211cbb71c2a84e89e4873988 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 8 May 2014 16:48:37 -0700 Subject: Customizer: make utilities.less inclusion mandatory Fixes #13305. --- docs/customize.html | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 37c90e8cb..2c596eaa6 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -58,6 +58,12 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge Buttons +
+ +
@@ -88,7 +94,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
@@ -222,20 +228,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge Carousel - -

Utilities

-
- -
-
- -
-- cgit v1.2.3 From 8a62f9e61f84af1bb6f683431fbba15969c49eca Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 18 May 2014 23:57:50 -0700 Subject: show proper error message when viewing Customizer in IE8 Closes #13090. [skip sauce] --- docs/customize.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 2c596eaa6..2e067b8f4 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -5,6 +5,23 @@ slug: customize lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version. --- + + +
-- cgit v1.2.3