2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix dropdowns in button groups after font-size hack

This commit is contained in:
Mark Otto
2012-06-25 20:57:04 -07:00
parent 244a9ab79d
commit b77ed4a3a3
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -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,