diff options
| author | Supergibbs <[email protected]> | 2015-05-29 11:32:25 -0700 |
|---|---|---|
| committer | Supergibbs <[email protected]> | 2015-05-29 11:32:25 -0700 |
| commit | 24918b3bd854049fa1f3cecad81677576f2e1a29 (patch) | |
| tree | 56050600dd978f24db3cceb8eaab20bc6fbca844 /docs/_includes/components | |
| parent | 7b23005f58d3128ce08d5327f4e5c19e678d86bb (diff) | |
| download | bootstrap-24918b3bd854049fa1f3cecad81677576f2e1a29.tar.xz bootstrap-24918b3bd854049fa1f3cecad81677576f2e1a29.zip | |
A little cleanup
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/input-groups.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index 7ea56c1c9..7f5d2fe73 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -96,7 +96,6 @@ </div> {% endhighlight %} - <h2 id="input-groups-checkboxes-radios">Checkboxes and radio addons</h2> <p>Place any checkbox or radio option within an input group's addon instead of text.</p> <form class="bs-example bs-example-form" data-example-id="input-group-with-checkbox-radio"> @@ -140,7 +139,6 @@ </div><!-- /.row --> {% endhighlight %} - <h2 id="input-groups-buttons">Button addons</h2> <p>Buttons in input groups are a bit different and require one extra level of nesting. Instead of <code>.input-group-addon</code>, you'll need to use <code>.input-group-btn</code> to wrap the buttons. This is required due to default browser styles that cannot be overridden.</p> <form class="bs-example bs-example-form" data-example-id="input-group-with-button"> @@ -185,7 +183,6 @@ {% endhighlight %} <h2 id="input-groups-buttons-dropdowns">Buttons with dropdowns</h2> - <p></p> <form class="bs-example bs-example-form" data-example-id="input-group-dropdowns"> <div class="row"> <div class="col-lg-6"> |
