From: Mark Otto Date: Mon, 1 Oct 2012 05:41:11 +0000 (-0700) Subject: Merge branch 'amid2887-master' into 2.1.2-wip X-Git-Tag: v2.2.0^2~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40a8a93b22b43629ae2f879a1dbae64bade5db49;p=thirdparty%2Fbootstrap.git Merge branch 'amid2887-master' into 2.1.2-wip --- 40a8a93b22b43629ae2f879a1dbae64bade5db49 diff --cc less/buttons.less index 223d7439b8,ada76ea223..1f9ceda9f2 --- a/less/buttons.less +++ b/less/buttons.less @@@ -73,21 -73,24 +73,23 @@@ // Large .btn-large { - padding: 9px 14px; - font-size: @baseFontSize + 2px; - line-height: normal; - .border-radius(5px); + padding: @paddingLarge; + font-size: @fontSizeLarge; + .border-radius(@borderRadiusLarge); } - .btn-large [class^="icon-"] { + .btn-large [class^="icon-"], + .btn-large [class*=" icon-"] { margin-top: 2px; } // Small .btn-small { - padding: 3px 9px; - font-size: @baseFontSize - 2px; - line-height: @baseLineHeight - 2px; + padding: @paddingSmall; + font-size: @fontSizeSmall; + .border-radius(@borderRadiusSmall); } - .btn-small [class^="icon-"] { + .btn-small [class^="icon-"], + .btn-small [class*=" icon-"] { margin-top: 0; }