aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 51c4d35a3..9c1af11c4 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -696,22 +696,22 @@
<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>
<th>Horiztonal</th>
- <td><code>.horizontal-form</code></td>
+ <td><code>.form-horizontal</code></td>
<td>Float left, right-aligned labels on same line as controls</td>
</tr>
<tr>
<th>Inline</th>
- <td><code>.inline-form</code></td>
+ <td><code>.form-inline</code></td>
<td>Left-aligned label and inline-block controls for compact style</td>
</tr>
<tr>
<th>Search</th>
- <td><code>.search-form</code></td>
+ <td><code>.form-search</code></td>
<td>Extra-rounded text input for a typical search aesthetic</td>
</tr>
</tbody>