From 57f587246715f10d6fbce384fe9237936091ec73 Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 18 Aug 2013 00:28:52 -0700 Subject: bunch of updates to customizer --- customize.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 55dd882f8..9d6f2756b 100644 --- a/customize.html +++ b/customize.html @@ -81,7 +81,7 @@ base_url: "../"

Utility classes

@@ -112,7 +112,7 @@ base_url: "../"
@@ -1475,11 +1475,7 @@ base_url: "../"

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

- -
-
-

What's included?

-

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

+
-- cgit v1.2.3 From abca00870f862d024a943b2c563bd42ff3f8418f Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sun, 18 Aug 2013 23:05:56 +0200 Subject: Add a .navbar-default class for default colors * Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly --- customize.html | 60 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 9d6f2756b..b066bb8fc 100644 --- a/customize.html +++ b/customize.html @@ -710,41 +710,41 @@ base_url: "../" - - - - + + + +

Links

- - - - - - - - - - - - - - + + + + + + + + + + + + + +

Brand

- - - - - - + + + + + +

Toggle

- - - - - - + + + + + +

Inverted navbar

-- cgit v1.2.3