diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 402c125943..15db21f3cf 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 292e4a3963..d67d1bd554 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1121,7 +1121,7 @@ For example, <code>section</code> should be wrapped as inline.
Extending form controls
- +
@@ -1150,6 +1150,15 @@ For example, <code>section</code> should be wrapped as inline.

Use the same .span* classes from the grid system for input sizes.

+
+ +
+ + + +

You may also use static classes that don't map to the grid, adapt to the responsive CSS styles, or account for varying types of controls (e.g., input vs. select).

+
+
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index cb79496a85..4b2f379c58 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1045,7 +1045,7 @@
{{_i}}Extending form controls{{/i}}
- +
@@ -1074,6 +1074,15 @@

{{_i}}Use the same .span* classes from the grid system for input sizes.{{/i}}

+
+ +
+ + + +

{{_i}}You may also use static classes that don't map to the grid, adapt to the responsive CSS styles, or account for varying types of controls (e.g., input vs. select).{{/i}}

+
+