From: Linmiao Xu Date: Thu, 26 Jan 2012 22:36:30 +0000 (-0800) Subject: Fix icon margin in large buttons. X-Git-Tag: v2.0.0~6^2~144^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1271%2Fhead;p=thirdparty%2Fbootstrap.git Fix icon margin in large buttons. --- diff --git a/lib/buttons.less b/lib/buttons.less index 118af568a6..2cbcc1d4fd 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;