]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix form-actions documentation 6728/head
authorFred Sauer <fredsa@google.com>
Mon, 28 Jan 2013 18:01:59 +0000 (10:01 -0800)
committerFred Sauer <fredsa@google.com>
Mon, 28 Jan 2013 18:01:59 +0000 (10:01 -0800)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 3294336b6e03437786897732e1a34625f58fe2ca..abc5a3a6e87be088685c4e8327e13b6b6f75779b 100644 (file)
@@ -1535,7 +1535,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; 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>
index 4ec1eee29668c35857e10db16cd92621aeb4fe57..a544d319d8351bcba4bd6d54d3e0c74b727cef0c 100644 (file)
 </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>