diff options
| author | fat <[email protected]> | 2013-05-16 20:20:27 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-05-16 20:20:27 -0700 |
| commit | 2433a076acc4dc318d238fd78361130a92e0a341 (patch) | |
| tree | 86dbea11983b7a33fc8ca37036140162d937b6b3 /docs/css.html | |
| parent | 140ef2320bbb96ad90b73a884d83198706affaf9 (diff) | |
| parent | bdd50228331128668be6e9cd68e1f6794b620243 (diff) | |
| download | bootstrap-2433a076acc4dc318d238fd78361130a92e0a341.tar.xz bootstrap-2433a076acc4dc318d238fd78361130a92e0a341.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/css.html b/docs/css.html index 36b5208e6..90f6f490f 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1663,21 +1663,6 @@ For example, <code><section></code> should be wrapped as inline. </div> {% endhighlight %} - <h3 id="forms-actions">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> - <form class="bs-example"> - <div class="form-actions"> - <button type="submit" class="btn btn-primary">Save changes</button> - <button type="button" class="btn btn-default">Cancel</button> - </div> - </form> -{% highlight html %} -<div class="form-actions"> - <button type="submit" class="btn btn-primary">Save changes</button> - <button type="button" class="btn btn-default">Cancel</button> -</div> -{% endhighlight %} - <h3 id="forms-help-text">Help text</h3> <p>Block level help text for form controls.</p> <form class="bs-example"> |
