1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

allow icons in small buttons

This commit is contained in:
Mark Otto 2012-01-26 13:51:12 -08:00
parent b7f22e27ec
commit 78652a707f
2 changed files with 8 additions and 0 deletions

View file

@ -114,3 +114,8 @@
}
}
// Small button dropdowns
.btn.small .caret {
margin-top: 4px;
}

View file

@ -132,6 +132,9 @@
padding: 7px 9px 7px;
font-size: @baseFontSize - 2px;
}
&.small .icon {
margin-top: -2px;
}
}
// Help Firefox not be a jerk about adding extra padding to buttons