Fixes #5930: redeclare font-size for popoves in btn-groups

This commit is contained in:
Mark Otto
2012-11-28 02:10:23 -08:00
parent 783120dffa
commit bf3a5df371
2 changed files with 4 additions and 2 deletions

View File

@@ -3591,7 +3591,8 @@ input[type="submit"].btn.btn-mini {
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
.btn-group > .dropdown-menu,
.btn-group > .popover {
font-size: 14px;
}