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-06-26 02:46:46 +0400
committerMark Otto <markotto@twitter.com>2012-06-26 02:47:07 +0400
commit8c2db7d7d62d22183601364e7dcaee4a12b083ea (patch)
tree7c14e82e51ff0d3ec03fcb6205e088046c18b650 /less/tests/css-tests.html
parent78849cf52ef2eba9dd8df621985ac277b67dd23b (diff)
prevent button group buttons from wrapping in tight spaces by removing floats and replacing with font-size: 0; inline-block hack
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index a61f6923a7..2396e348cf 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -953,6 +953,34 @@
+<!-- Button groups
+================================================== -->
+
+<div class="page-header">
+ <h1>Button groups</h1>
+</div>
+
+<table class="table table-bordered">
+ <tbody>
+ <tr>
+ <td>
+ Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
+ </td>
+ <td>
+ <div class="btn-group">
+ <button class="btn">1</button>
+ <button class="btn">2</button>
+ <button class="btn">3</button>
+ <button class="btn">4</button>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+
+
+