From 274a3426576d7aef40bb2b760a3fc7a9bce95521 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 19:50:37 -0700 Subject: Docs: fix 1 typo; use in 1 place --- 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 19957867f..ed3363289 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -357,7 +357,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Heads up!

-

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

+

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

-- cgit v1.2.3 From b4e0e4fee65fb50f7981d28bb875083e0da1a303 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Wed, 26 Jun 2013 15:59:33 +0200 Subject: Adjust info callout, add callouts to docs * Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout --- docs/customize.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 19957867f..c91a23c14 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -355,9 +355,14 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge -
-

Heads up!

-

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

+
+

Produces two files

+

All checked plugins will be compiled into a readable bootstrap.js and a minified bootstrap.min.js. We recommend you use the minified version in production.

+
+ +
+

jQuery required

+

All plugins require the latest version of jQuery to be included.

@@ -1128,7 +1133,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge -
+

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 817972724afa3e8f12d6a1376820490d3c430184 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 5 Jul 2013 14:11:12 -0500 Subject: Remove further mentions of Glyphicons --- docs/customize.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index ed3363289..b54b70fc3 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -206,12 +206,6 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Media

-
- -
+
+ +

Headings

+
+
+ + +

Choose a separate font-family for headings.

Choose a separate font-weight for headings.

+
+

Choose a separate line-height for headings.

@@ -458,6 +469,24 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
+

Container sizes

+

Define the maximum width of .container for different screen sizes.

+
+
+ + +

For @screen-small and up.

+ + +

For @screen-medium and up.

+
+
+ + +

For @screen-large and up.

+
+
+

Grid system

Define your custom responsive grid.

@@ -522,7 +551,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge - +

Primary

-- cgit v1.2.3