diff options
| author | Mark Otto <[email protected]> | 2013-01-28 10:35:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-28 10:35:16 -0800 |
| commit | ab0c055bc68d64019dcbcc939915c2fff057ab30 (patch) | |
| tree | 58ee5f01acea3de15a0b2575a2f59c7b2b5192cb | |
| parent | 01b465928ec47d460ea1fd705e49aa2e0e9a4d28 (diff) | |
| parent | d6e3b6b5a449b7929e48916a77aca48d1266f5af (diff) | |
| download | bootstrap-ab0c055bc68d64019dcbcc939915c2fff057ab30.tar.xz bootstrap-ab0c055bc68d64019dcbcc939915c2fff057ab30.zip | |
Merge pull request #6728 from fredsa/2.3.0-wip
Fix `form-actions` documentation
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | 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 3294336b6..abc5a3a6e 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 </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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4ec1eee29..a544d319d 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1472,7 +1472,7 @@ </pre> <h3>{{_i}}Form actions{{/i}}</h3> - <p>{{_i}}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.{{/i}}</p> + <p>{{_i}}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.{{/i}}</p> <form class="bs-docs-example"> <div class="form-actions"> <button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button> |
