Merge branch 'master' of github.com:twbs/bootstrap

This commit is contained in:
Mark Otto 2015-01-21 19:20:59 -08:00
commit c64c863637
4 changed files with 5 additions and 3 deletions

View file

@ -4825,7 +4825,8 @@ a.label:focus {
position: relative;
top: -1px;
}
.btn-xs .badge {
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -29,7 +29,8 @@
top: -1px;
}
.btn-xs & {
.btn-xs &,
.btn-group-xs > .btn & {
top: 0;
padding: 1px 5px;
}