mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
add test for #4236: button group, one button with text and one with icon, now line up properly
This commit is contained in:
@@ -1033,6 +1033,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> <!-- /tabbable -->
|
</div> <!-- /tabbable -->
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<!-- Labels
|
<!-- Labels
|
||||||
@@ -1059,13 +1060,14 @@
|
|||||||
</div><!--/span-->
|
</div><!--/span-->
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<!-- Button groups
|
<!-- Button groups
|
||||||
================================================== -->
|
================================================== -->
|
||||||
|
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Button groups</h1>
|
<h1>Buttons</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
@@ -1086,6 +1088,14 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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
|
<!-- Responsive utility classes
|
||||||
|
Reference in New Issue
Block a user