mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
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>
|
||||
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@ -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
Block a user