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
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-26 07:57:04 +0400
committerMark Otto <markotto@twitter.com>2012-06-26 07:57:04 +0400
commitb77ed4a3a3c47af057e16db93ef41023d1cc5e08 (patch)
treeaebd86e7a2b90f7b1f9c34c3bba821ecaa7a7e27 /less
parent244a9ab79d13a88b8bb5ef59665a82088edd62d9 (diff)
fix dropdowns in button groups after font-size hack
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 44f13a09a2..8234a893c8 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -29,9 +29,12 @@
.btn-group > .btn {
position: relative;
margin-left: -1px;
- font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
.border-radius(0);
}
+.btn-group > .btn,
+.btn-group > .dropdown-menu {
+ font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
+}
// Reset fonts for other sizes
.btn-group > .btn-mini,