mirror of https://github.com/twbs/bootstrap.git
fix mention of old vertical forms class'
This commit is contained in:
parent
97bad784b5
commit
e49e49ff95
|
|
@ -868,7 +868,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<th>Vertical (default)</th>
|
||||
<td><code>.vertical-form</code> <span class="muted">(not required)</span></td>
|
||||
<td><code>.form-vertical</code> <span class="muted">(not required)</span></td>
|
||||
<td>Stacked, left-aligned labels over controls</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -804,7 +804,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<th>{{_i}}Vertical (default){{/i}}</th>
|
||||
<td><code>.vertical-form</code> <span class="muted">({{_i}}not required{{/i}})</span></td>
|
||||
<td><code>.form-vertical</code> <span class="muted">({{_i}}not required{{/i}})</span></td>
|
||||
<td>{{_i}}Stacked, left-aligned labels over controls{{/i}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue