0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

A little cleanup

This commit is contained in:
Supergibbs 2015-05-29 11:32:25 -07:00
parent 7b23005f58
commit 24918b3bd8

View File

@ -96,7 +96,6 @@
</div> </div>
{% endhighlight %} {% endhighlight %}
<h2 id="input-groups-checkboxes-radios">Checkboxes and radio addons</h2> <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> <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"> <form class="bs-example bs-example-form" data-example-id="input-group-with-checkbox-radio">
@ -140,7 +139,6 @@
</div><!-- /.row --> </div><!-- /.row -->
{% endhighlight %} {% endhighlight %}
<h2 id="input-groups-buttons">Button addons</h2> <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> <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"> <form class="bs-example bs-example-form" data-example-id="input-group-with-button">
@ -185,7 +183,6 @@
{% endhighlight %} {% endhighlight %}
<h2 id="input-groups-buttons-dropdowns">Buttons with dropdowns</h2> <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"> <form class="bs-example bs-example-form" data-example-id="input-group-dropdowns">
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">