Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-02 09:52:53 +0400
committerMark Otto <markotto@twitter.com>2012-08-02 09:52:53 +0400
commit1e2edaef48e45c1a085cd21ad2cbf86cfe2c7c06 (patch)
treeb491ffbf41af0a3e6316d735ad7902dcb765e069 /less/tests/css-tests.html
parentfc7ecd78c88771ca9b899f19d56f84970fe9429b (diff)
add test for #4236: button group, one button with text and one with icon, now line up properly
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index d7bca7b0f0..6786454cc7 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -1033,6 +1033,7 @@
</div>
</div> <!-- /tabbable -->
+<br>
<!-- Labels
@@ -1059,13 +1060,14 @@
</div><!--/span-->
</div><!--/row-->
+<br>
<!-- Button groups
================================================== -->
<div class="page-header">
- <h1>Button groups</h1>
+ <h1>Buttons</h1>
</div>
<table class="table table-bordered">
@@ -1086,6 +1088,14 @@
</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