diff options
| author | Linmiao Xu <[email protected]> | 2012-01-26 14:36:30 -0800 |
|---|---|---|
| committer | Linmiao Xu <[email protected]> | 2012-01-26 14:36:30 -0800 |
| commit | 2aa99d17d52cffe7fd4a1aad18a46cfc2ba91185 (patch) | |
| tree | 1e0c5e52a3da3f100046dfa9bb0b8453cd891895 /lib | |
| parent | 78652a707f8ae2d98b1cd434b4bca546d2948236 (diff) | |
| download | bootstrap-2aa99d17d52cffe7fd4a1aad18a46cfc2ba91185.tar.xz bootstrap-2aa99d17d52cffe7fd4a1aad18a46cfc2ba91185.zip | |
Fix icon margin in large buttons.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/buttons.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/buttons.less b/lib/buttons.less index 118af568a..2cbcc1d4f 100644 --- a/lib/buttons.less +++ b/lib/buttons.less @@ -128,6 +128,9 @@ line-height: normal; .border-radius(5px); } + &.large .icon { + margin-top: 1px; + } &.small { padding: 7px 9px 7px; font-size: @baseFontSize - 2px; |
