]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
A little cleanup 16560/head
authorSupergibbs <jesse.mandel@gmail.com>
Fri, 29 May 2015 18:32:25 +0000 (11:32 -0700)
committerSupergibbs <jesse.mandel@gmail.com>
Fri, 29 May 2015 18:32:25 +0000 (11:32 -0700)
docs/_includes/components/input-groups.html

index 7ea56c1c946d78b28139b3503df69afe3a803fc7..7f5d2fe73e26a4a023868ceae592dbb0a781653d 100644 (file)
@@ -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">
 </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">
 {% 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">