1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02: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

View File

@@ -3119,12 +3119,16 @@ input[type="submit"].btn.btn-mini {
.btn-group > .btn {
position: relative;
margin-left: -1px;
font-size: 13px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
font-size: 13px;
}
.btn-group > .btn-mini,
.btn-group > .btn-small {
font-size: 11px;