diff --git a/docs/base-css.html b/docs/base-css.html index 08de2aea07d483e7bff0e16957dacceaa77dbeb6..2a85ebae783845ed6a1f9ae449a3900e407e7ede 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1522,7 +1522,7 @@ For example, <code><section></code> should be wrapped as inlin </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>