aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-31 17:57:31 -0800
committerMark Otto <[email protected]>2013-01-31 17:57:31 -0800
commit83e5c01856fbc7003ea949ac5c2416339145426e (patch)
treed28b3672179e6cc71ce30b5835c7c6619875ff62 /docs/base-css.html
parentd30f47efb2580b0f435128940b48d5e5d30ca529 (diff)
parentbaadc33c88f701a068d468e15500ed87b84df43b (diff)
downloadbootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.tar.xz
bootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.zip
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css docs/assets/js/application.js docs/components.html docs/templates/pages/components.mustache less/sprites.less
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 904c8dc63..9e0a3c1ec 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>