mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 02:40:26 +02:00
add mention of required classes to horizontal forms
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user