]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add test for #4236: button group, one button with text and one with icon, now line...
authorMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 05:52:53 +0000 (22:52 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 05:52:53 +0000 (22:52 -0700)
less/tests/css-tests.html

index d7bca7b0f0f92134a555a0ccb45ff5bcf1381ced..6786454cc7ea744443115cf97bdaf21b096f012a 100644 (file)
   </div>
 </div> <!-- /tabbable -->
 
+<br>
 
 
 <!-- Labels
   </div><!--/span-->
 </div><!--/row-->
 
+<br>
 
 
 <!-- Button groups
 ================================================== -->
 
 <div class="page-header">
-  <h1>Button groups</h1>
+  <h1>Buttons</h1>
 </div>
 
 <table class="table table-bordered">
   </tbody>
 </table>
 
+<h4>Mini buttons: text and icon</h4>
+<div class="btn-group">
+  <button class="btn btn-mini">Button text</button>
+  <button class="btn btn-mini"><i class="icon-cog"></i></button>
+</div>
+
+<br>
+
 
 
 <!-- Responsive utility classes