aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-26 15:03:53 -0800
committerMark Otto <[email protected]>2012-01-26 15:03:53 -0800
commit40b4793dea12e06e7103cc68fca08a15b5763cb3 (patch)
tree8c97594388f891a60bcf320c5bf88b4e2f84c24e /lib
parent945870d7785fcda985241582e15c53fab5ae6f64 (diff)
parent2aa99d17d52cffe7fd4a1aad18a46cfc2ba91185 (diff)
downloadbootstrap-40b4793dea12e06e7103cc68fca08a15b5763cb3.tar.xz
bootstrap-40b4793dea12e06e7103cc68fca08a15b5763cb3.zip
Merge pull request #1271 from linrock/patch-1
Fix icon margins in large buttons.
Diffstat (limited to 'lib')
-rw-r--r--lib/buttons.less3
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;