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

Fix icon margin in large buttons.

This commit is contained in:
Linmiao Xu 2012-01-26 14:36:30 -08:00
parent 78652a707f
commit 2aa99d17d5

View file

@ -128,6 +128,9 @@
line-height: normal;
.border-radius(5px);
}
&.large .icon {
margin-top: 1px;
}
&.small {
padding: 7px 9px 7px;
font-size: @baseFontSize - 2px;