diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d55ce3f0de..d066288f0e 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 22025bbb2e..b345a8434e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -985,7 +985,7 @@ For example, <code>section</code> should be wrapped as inline.
Given the above example form layout, here's the markup associated with the first input and control group.
+Given the above example form layout, here's the markup associated with the first input and control group. The .control-group
, .control-label
, and .controls
classes are all required for styling.
<form class="form-horizontal"> <fieldset> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e3420ed092..c23444a07a 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -909,7 +909,7 @@{{_i}}Example markup{{/i}}
-{{_i}}Given the above example form layout, here's the markup associated with the first input and control group.{{/i}}
+{{_i}}Given the above example form layout, here's the markup associated with the first input and control group. The
.control-group
,.control-label
, and.controls
classes are all required for styling.{{/i}}<form class="form-horizontal"> <fieldset>