1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +02: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; line-height: normal;
.border-radius(5px); .border-radius(5px);
} }
&.large .icon {
margin-top: 1px;
}
&.small { &.small {
padding: 7px 9px 7px; padding: 7px 9px 7px;
font-size: @baseFontSize - 2px; font-size: @baseFontSize - 2px;