aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorFred Sauer <[email protected]>2013-01-28 10:01:59 -0800
committerFred Sauer <[email protected]>2013-01-28 10:01:59 -0800
commitd6e3b6b5a449b7929e48916a77aca48d1266f5af (patch)
tree58ee5f01acea3de15a0b2575a2f59c7b2b5192cb /docs/base-css.html
parent01b465928ec47d460ea1fd705e49aa2e0e9a4d28 (diff)
downloadbootstrap-d6e3b6b5a449b7929e48916a77aca48d1266f5af.tar.xz
bootstrap-d6e3b6b5a449b7929e48916a77aca48d1266f5af.zip
Fix form-actions documentation
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 3294336b6..abc5a3a6e 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1535,7 +1535,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
</pre>
<h3>Form actions</h3>
- <p>End a form with a group of actions (buttons). When placed within a <code>.form-horizontal</code>, the buttons will automatically indent to line up with the form controls.</p>
+ <p>End a form with a group of actions (buttons). When placed within a <code>.form-actions</code>, the buttons will automatically indent to line up with the form controls.</p>
<form class="bs-docs-example">
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button>