diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52391 -> 52391 bytes | |||
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex d55ce3f0d..d066288f0 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/base-css.html b/docs/base-css.html index 22025bbb2..b345a8434 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. </fieldset> </form> <h3>Example markup</h3> - <p>Given the above example form layout, here's the markup associated with the first input and control group.</p> + <p>Given the above example form layout, here's the markup associated with the first input and control group. The <code>.control-group</code>, <code>.control-label</code>, and <code>.controls</code> classes are all required for styling.</p> <pre class="prettyprint linenums"> <form class="form-horizontal"> <fieldset> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e3420ed09..c23444a07 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -909,7 +909,7 @@ </fieldset> </form> <h3>{{_i}}Example markup{{/i}}</h3> - <p>{{_i}}Given the above example form layout, here's the markup associated with the first input and control group.{{/i}}</p> + <p>{{_i}}Given the above example form layout, here's the markup associated with the first input and control group. The <code>.control-group</code>, <code>.control-label</code>, and <code>.controls</code> classes are all required for styling.{{/i}}</p> <pre class="prettyprint linenums"> <form class="form-horizontal"> <fieldset> |
