From d6e3b6b5a449b7929e48916a77aca48d1266f5af Mon Sep 17 00:00:00 2001 From: Fred Sauer Date: Mon, 28 Jan 2013 10:01:59 -0800 Subject: [PATCH] Fix form-actions documentation --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}