mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-08 04:55:15 -05:00
add mention of required classes to horizontal forms
This commit is contained in:
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user