Commit d6e3b6b5 authored by Fred Sauer's avatar Fred Sauer

Fix form-actions documentation

parent 01b46592
...@@ -1535,7 +1535,7 @@ For example, <code><section></code> should be wrapped ...@@ -1535,7 +1535,7 @@ For example, <code><section></code> should be wrapped
</pre> </pre>
<h3>Form actions</h3> <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"> <form class="bs-docs-example">
<div class="form-actions"> <div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button> <button type="submit" class="btn btn-primary">Save changes</button>
......
...@@ -1472,7 +1472,7 @@ ...@@ -1472,7 +1472,7 @@
</pre> </pre>
<h3>{{_i}}Form actions{{/i}}</h3> <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"> <form class="bs-docs-example">
<div class="form-actions"> <div class="form-actions">
<button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button> <button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment