From: Mark Otto Date: Tue, 21 Aug 2012 21:38:47 +0000 (-0700) Subject: alternate fix to #4522: increase line-height on btn-mini X-Git-Tag: v2.1.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c10c8b58919841d9adbc4908a127bf5eff88ad;p=thirdparty%2Fbootstrap.git alternate fix to #4522: increase line-height on btn-mini --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d22b327a5b..2535de55e4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3045,7 +3045,7 @@ button.close { .btn-mini { padding: 2px 6px; font-size: 11px; - line-height: 16px; + line-height: 17px; } .btn-block { diff --git a/less/buttons.less b/less/buttons.less index 077616e990..59653c1bf5 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -96,7 +96,7 @@ .btn-mini { padding: 2px 6px; font-size: @baseFontSize - 3px; - line-height: @baseLineHeight - 4px; + line-height: @baseLineHeight - 3px; } // Block button