aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 01:43:22 -0800
committerMark Otto <[email protected]>2012-02-05 01:43:22 -0800
commitf59b7ce8ea0051287488ff2119dc29a066429eaa (patch)
treef3d25d623119d6d486d788556c0f3a1f12cbed98 /docs/templates
parentabf4ecac4dbd378a4985880e27f2897ebca75e7b (diff)
downloadbootstrap-f59b7ce8ea0051287488ff2119dc29a066429eaa.tar.xz
bootstrap-f59b7ce8ea0051287488ff2119dc29a066429eaa.zip
add mention of required classes to horizontal forms
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache2
1 files changed, 1 insertions, 1 deletions
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">
&lt;form class="form-horizontal"&gt;
&lt;fieldset&gt;