diff options
| author | Mark Otto <[email protected]> | 2012-01-26 15:04:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 15:04:13 -0800 |
| commit | 32e57efd1f21c368885ebe8b57ade4963466e42d (patch) | |
| tree | b8f144c0f987682e48f99cae81a01867cd5e5dcf /lib | |
| parent | 5844aa550d5a2d22d527d80cfa42443914d28c1f (diff) | |
| parent | 40b4793dea12e06e7103cc68fca08a15b5763cb3 (diff) | |
| download | bootstrap-32e57efd1f21c368885ebe8b57ade4963466e42d.tar.xz bootstrap-32e57efd1f21c368885ebe8b57ade4963466e42d.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
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; |
