diff options
| author | Mark Otto <[email protected]> | 2012-01-26 15:03:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 15:03:53 -0800 |
| commit | 40b4793dea12e06e7103cc68fca08a15b5763cb3 (patch) | |
| tree | 8c97594388f891a60bcf320c5bf88b4e2f84c24e | |
| parent | 945870d7785fcda985241582e15c53fab5ae6f64 (diff) | |
| parent | 2aa99d17d52cffe7fd4a1aad18a46cfc2ba91185 (diff) | |
| download | bootstrap-40b4793dea12e06e7103cc68fca08a15b5763cb3.tar.xz bootstrap-40b4793dea12e06e7103cc68fca08a15b5763cb3.zip | |
Merge pull request #1271 from linrock/patch-1
Fix icon margins in large buttons.
| -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; |
