From 291a23aa4fc62e7593d4471af2b438aa1017a86a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 11 Sep 2013 21:14:10 -0700 Subject: Massive customizer audit and overhaul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786 --- customize.html | 791 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 524 insertions(+), 267 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index da8d9d4c4..44a748caf 100644 --- a/customize.html +++ b/customize.html @@ -347,18 +347,51 @@ base_url: "../"

Basics

-

Body background

+ +

Color system

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

Body scaffolding

+
+
-

Background color applied to <body>.

+

Background color for <body>.

+ + +

Global text color on <body>.

+
+
+ + +

Global textual link color

+ + +

Link hover color set via darken() function

+

Typography

+

Generic font variables

Default sans-serif fonts.

@@ -368,27 +401,27 @@ base_url: "../"

Default monospace fonts for <code> and <pre>.

-
-
+ +

Base type styes

-

Used to globally set font-family in Bootstrap.

-

Used to calculate font-size throughout Bootstrap.

-

Used to calculate line-height throughout Bootstrap.

+ + + +
+

Heading font sizes

-
-
@@ -398,25 +431,8 @@ base_url: "../"
-

Code blocks

-
-
- - - - -
-
- - - - - - -
-
-

Headings

+

Headings

@@ -432,80 +448,66 @@ base_url: "../"
-

Colors

+ +

Code blocks

-

Define custom colors used in several contexts.

- - -

Used for primary buttons, panels and more.

- - -

Used to indicate success.

- - -

Used to indicate a warning.

- - -

Used to indicate danger.

- - -

Used to indicate informational content.

+ + + +
-

Define your preferred colors for standard text and links.

- - -

Global color set on the body.

- - -

Global link color for text.

- - -

Automatically darken links on hover via color function.

+ + + + + +
+

Media queries breakpoints

-

Define the breakpoints at which your layout will change, adapting to different screen sizes.

-
+
+
+
-
+
+
+
-

Container sizes

-

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

+

Layout and grid system

- +

For @screen-sm-min and up.

- +

For @screen-md-min and up.

- +

For @screen-lg-min and up.

-

Grid system

-

Define your custom responsive grid.

- \ No newline at end of file + -- cgit v1.2.3 From 462f27813f3bf0c4af3674f069793b0c1966e7d6 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sun, 29 Sep 2013 18:24:00 -0700 Subject: Apply help-block class to help text in customize.html --- customize.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 4a38bbd80..9e46798ea 100644 --- a/customize.html +++ b/customize.html @@ -917,10 +917,10 @@ base_url: "../"
-

Default padding for <th>s and <td>s

+

Default padding for <th>s and <td>s

-

Default padding cells in .table-condensed

+

Default padding cells in .table-condensed

@@ -1185,17 +1185,17 @@ base_url: "../"
-

Linked badge text color on hover

+

Linked badge text color on hover

-

Badge text color in active nav link

+

Badge text color in active nav link

-

Badge background color in active nav link

+

Badge background color in active nav link

@@ -1205,18 +1205,18 @@ base_url: "../"
-

Breadcrumb text color

+

Breadcrumb text color

-

Breadcrumb background color

+

Breadcrumb background color

-

Text color of current page in the breadcrumb

+

Text color of current page in the breadcrumb

-

Textual separator for between breadcrumb elements

+

Textual separator for between breadcrumb elements

-- cgit v1.2.3 From c7120a7b043cb19b84928cf562bc9c352788e337 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sat, 5 Oct 2013 18:38:45 -0400 Subject: The customizer now displays and collects the new Jumbotron font-size LESS variable --- customize.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 9e46798ea..ae6871ccd 100644 --- a/customize.html +++ b/customize.html @@ -1222,19 +1222,17 @@ base_url: "../"

Jumbotron

-
+
-
-
+ +
-
+
-
-
-- cgit v1.2.3 From ca090aef0211663a11022e1f6b139850b7d222f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 18:07:08 -0700 Subject: fix #10805 --- customize.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 9e46798ea..39c43fd10 100644 --- a/customize.html +++ b/customize.html @@ -632,9 +632,6 @@ base_url: "../" -

Button hover

- -

Success

-- cgit v1.2.3 From a46003b8c7cc20bf4f72b7638a74643353ae047f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Oct 2013 22:01:11 -0700 Subject: restore var to customizer --- customize.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 9e46798ea..82b712de2 100644 --- a/customize.html +++ b/customize.html @@ -509,14 +509,11 @@ base_url: "../"
-
-- cgit v1.2.3 From e7379f75bdeba88868dd4d4f169122a932e73822 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 20:04:28 -0700 Subject: no trailing decimal place --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index bd4b8bff5..be6011d39 100644 --- a/customize.html +++ b/customize.html @@ -1222,7 +1222,7 @@ base_url: "../" - +
-- cgit v1.2.3 From b3c04c95d3d378f8473e76169e40e044895ec849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 14 Oct 2013 15:06:58 +0200 Subject: Nuke trailing zeros --- customize.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index be6011d39..5b6a09c40 100644 --- a/customize.html +++ b/customize.html @@ -417,11 +417,11 @@ base_url: "../"

Heading font sizes

- + - + -- cgit v1.2.3