Commit e49e49ff authored by Mark Otto's avatar Mark Otto

fix mention of old vertical forms class'

parent 97bad784
...@@ -868,7 +868,7 @@ ...@@ -868,7 +868,7 @@
<tbody> <tbody>
<tr> <tr>
<th>Vertical (default)</th> <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> <td>Stacked, left-aligned labels over controls</td>
</tr> </tr>
<tr> <tr>
......
...@@ -804,7 +804,7 @@ ...@@ -804,7 +804,7 @@
<tbody> <tbody>
<tr> <tr>
<th>{{_i}}Vertical (default){{/i}}</th> <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> <td>{{_i}}Stacked, left-aligned labels over controls{{/i}}</td>
</tr> </tr>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment