diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 4dc9b4f2ff..7246485c9d 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/less.html b/docs/less.html
index de11c79ba2..19b2b2235f 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -139,12 +139,24 @@
-
Hyperlinks
+
Scaffolding and links
- @linkColor |
- #08c |
+ @bodyBackground |
+ @white |
+ Page background color |
+ |
+
+
+ @textColor |
+ @grayDark |
+ Default text color for entire body, headings, and more |
+ |
+
+
+ @linkColor |
+ #08c |
Default link text color |
|
@@ -184,18 +196,69 @@
Typography
+
+ @sansFontFamily |
+ "Helvetica Neue", Helvetica, Arial, sans-serif |
+
+
+ @serifFontFamily |
+ Georgia, "Times New Roman", Times, serif |
+
+
+ @monoFontFamily |
+ Menlo, Monaco, "Courier New", monospace |
+
+
@baseFontSize |
13px |
@baseFontFamily |
- "Helvetica Neue", Helvetica, Arial, sans-serif |
+ @sansFontFamily |
@baseLineHeight |
18px |
+
+ @altFontFamily |
+ @serifFontFamily |
+
+
+
+ @headingsFontFamily |
+ inherit |
+
+
+ @headingsFontWeight |
+ bold |
+
+
+ @headingsColor |
+ inherit |
+
+
+
+ Tables
+
+
+
+ @tableBackground |
+ transparent |
+
+
+ @tableBackgroundAccent |
+ #f9f9f9 |
+
+
+ @tableBackgroundHover |
+ #f5f5f5 |
+
+
+ @tableBorder |
+ ddd |
+
@@ -378,47 +441,21 @@
@placeholderText |
@grayLight |
- |
-
-
-
-
Navbar
-
-
-
- @navbarHeight |
- 40px |
- |
- @navbarBackground |
- @grayDarker |
- |
-
-
- @navbarBackgroundHighlight |
- @grayDark |
- |
-
-
- @navbarText |
- @grayLight |
- |
-
-
- @navbarLinkColor |
- @grayLight |
- |
-
-
- @navbarLinkColorHover |
+ @inputBackground |
@white |
- |
+
+
+ @inputBorder |
+ #ccc |
+
+
+ @inputDisabledBackground |
+ @grayLighter |
-
-
+
+
Navbar
+
+
+
+ @navbarHeight |
+ 40px |
+ |
+
+
+ @navbarBackground |
+ @grayDarker |
+ |
+
+
+ @navbarBackgroundHighlight |
+ @grayDark |
+ |
+
+
+
+ @navbarText |
+ @grayLight |
+ |
+
+
+ @navbarLinkColor |
+ @grayLight |
+ |
+
+
+ @navbarLinkColorHover |
+ @white |
+ |
+
+
+ @navbarLinkColorActive |
+ @navbarLinkColorHover |
+ |
+
+
+ @navbarLinkBackgroundHover |
+ transparent |
+ |
+
+
+ @navbarLinkBackgroundActive |
+ @navbarBackground |
+ |
+
+
+
+ @navbarSearchBackground |
+ lighten(@navbarBackground, 25%) |
+ |
+
+
+ @navbarSearchBackgroundFocus |
+ @white |
+ |
+
+
+ @navbarSearchBorder |
+ darken(@navbarSearchBackground, 30%) |
+ |
+
+
+ @navbarSearchPlaceholderColor |
+ #ccc |
+ |
+
+
+ @navbarBrandColor |
+ @navbarLinkColor |
+ |
+
+
+
+
Dropdowns
+
+
+
+ @dropdownBackground |
+ @white |
+
+
+ @dropdownBorder |
+ rgba(0,0,0,.2) |
+
+
+ @dropdownLinkColor |
+ @grayDark |
+
+
+ @dropdownLinkColorHover |
+ @white |
+
+
+ @dropdownLinkBackgroundHover |
+ @linkColor |
+
+
+
+
Hero unit
+
+
+
+ @heroUnitBackground |
+ @grayLighter |
+ |
+
+
+ @heroUnitHeadingColor |
+ inherit |
+ |
+
+
+ @heroUnitLeadColor |
+ inhereit |
+ |
+
+
+
+
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 00130550ae..129c76e9c0 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -63,12 +63,24 @@
-
{{_i}}Hyperlinks{{/i}}
+
{{_i}}Scaffolding and links{{/i}}
- @linkColor |
- #08c |
+ @bodyBackground |
+ @white |
+ {{_i}}Page background color{{/i}} |
+ |
+
+
+ @textColor |
+ @grayDark |
+ {{_i}}Default text color for entire body, headings, and more{{/i}} |
+ |
+
+
+ @linkColor |
+ #08c |
{{_i}}Default link text color{{/i}} |
|
@@ -108,18 +120,69 @@
{{_i}}Typography{{/i}}
+
+ @sansFontFamily |
+ "Helvetica Neue", Helvetica, Arial, sans-serif |
+
+
+ @serifFontFamily |
+ Georgia, "Times New Roman", Times, serif |
+
+
+ @monoFontFamily |
+ Menlo, Monaco, "Courier New", monospace |
+
+
@baseFontSize |
13px |
@baseFontFamily |
- "Helvetica Neue", Helvetica, Arial, sans-serif |
+ @sansFontFamily |
@baseLineHeight |
18px |
+
+ @altFontFamily |
+ @serifFontFamily |
+
+
+
+ @headingsFontFamily |
+ inherit |
+
+
+ @headingsFontWeight |
+ bold |
+
+
+ @headingsColor |
+ inherit |
+
+
+
+ {{_i}}Tables{{/i}}
+
+
+
+ @tableBackground |
+ transparent |
+
+
+ @tableBackgroundAccent |
+ #f9f9f9 |
+
+
+ @tableBackgroundHover |
+ #f5f5f5 |
+
+
+ @tableBorder |
+ ddd |
+
@@ -302,47 +365,21 @@
@placeholderText |
@grayLight |
- |
-
-
-
-
{{_i}}Navbar{{/i}}
-
-
-
- @navbarHeight |
- 40px |
- |
- @navbarBackground |
- @grayDarker |
- |
-
-
- @navbarBackgroundHighlight |
- @grayDark |
- |
-
-
- @navbarText |
- @grayLight |
- |
-
-
- @navbarLinkColor |
- @grayLight |
- |
-
-
- @navbarLinkColorHover |
+ @inputBackground |
@white |
- |
+
+
+ @inputBorder |
+ #ccc |
+
+
+ @inputDisabledBackground |
+ @grayLighter |
-
-
{{_i}}Form states and alerts{{/i}}
+
+
{{_i}}Navbar{{/i}}
+
+
+
+ @navbarHeight |
+ 40px |
+ |
+
+
+ @navbarBackground |
+ @grayDarker |
+ |
+
+
+ @navbarBackgroundHighlight |
+ @grayDark |
+ |
+
+
+
+ @navbarText |
+ @grayLight |
+ |
+
+
+ @navbarLinkColor |
+ @grayLight |
+ |
+
+
+ @navbarLinkColorHover |
+ @white |
+ |
+
+
+ @navbarLinkColorActive |
+ @navbarLinkColorHover |
+ |
+
+
+ @navbarLinkBackgroundHover |
+ transparent |
+ |
+
+
+ @navbarLinkBackgroundActive |
+ @navbarBackground |
+ |
+
+
+
+ @navbarSearchBackground |
+ lighten(@navbarBackground, 25%) |
+ |
+
+
+ @navbarSearchBackgroundFocus |
+ @white |
+ |
+
+
+ @navbarSearchBorder |
+ darken(@navbarSearchBackground, 30%) |
+ |
+
+
+ @navbarSearchPlaceholderColor |
+ #ccc |
+ |
+
+
+ @navbarBrandColor |
+ @navbarLinkColor |
+ |
+
+
+
+
{{_i}}Dropdowns{{/i}}
+
+
+
+ @dropdownBackground |
+ @white |
+
+
+ @dropdownBorder |
+ rgba(0,0,0,.2) |
+
+
+ @dropdownLinkColor |
+ @grayDark |
+
+
+ @dropdownLinkColorHover |
+ @white |
+
+
+ @dropdownLinkBackgroundHover |
+ @linkColor |
+
+
+
+
{{_i}}Hero unit{{/i}}
+
+
+
+ @heroUnitBackground |
+ @grayLighter |
+ |
+
+
+ @heroUnitHeadingColor |
+ inherit |
+ |
+
+
+ @heroUnitLeadColor |
+ inhereit |
+ |
+
+
+
+