aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
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">
&lt;form class="form-horizontal"&gt;
&lt;fieldset&gt;