From: Fred Sauer Date: Mon, 28 Jan 2013 18:01:59 +0000 (-0800) Subject: Fix form-actions documentation X-Git-Tag: v2.3.0^2~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6728%2Fhead;p=thirdparty%2Fbootstrap.git Fix form-actions documentation --- diff --git a/docs/base-css.html b/docs/base-css.html index 3294336b6e..abc5a3a6e8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1535,7 +1535,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Form actions

-

End a form with a group of actions (buttons). When placed within a .form-horizontal, the buttons will automatically indent to line up with the form controls.

+

End a form with a group of actions (buttons). When placed within a .form-actions, the buttons will automatically indent to line up with the form controls.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4ec1eee296..a544d319d8 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1472,7 +1472,7 @@

{{_i}}Form actions{{/i}}

-

{{_i}}End a form with a group of actions (buttons). When placed within a .form-horizontal, the buttons will automatically indent to line up with the form controls.{{/i}}

+

{{_i}}End a form with a group of actions (buttons). When placed within a .form-actions, the buttons will automatically indent to line up with the form controls.{{/i}}