From: Mark Otto Date: Fri, 23 Mar 2012 07:40:10 +0000 (-0700) Subject: fix #2613: labels hang too low X-Git-Tag: v2.0.3~5^2~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=281e058ef24aabd6ed47e3a2a9de7617dc685964;p=thirdparty%2Fbootstrap.git fix #2613: labels hang too low --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 743cd3fbdf..d025abf0a1 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 747fd4b552..f4d2dbe378 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3578,7 +3578,7 @@ a.thumbnail:hover { .badge { font-size: 10.998px; font-weight: bold; - line-height: 13px; + line-height: 14px; color: #ffffff; vertical-align: middle; white-space: nowrap; diff --git a/less/labels-badges.less b/less/labels-badges.less index 32291f14ef..e29f2c4340 100644 --- a/less/labels-badges.less +++ b/less/labels-badges.less @@ -6,7 +6,7 @@ .badge { font-size: @baseFontSize * .846; font-weight: bold; - line-height: 13px; // ensure proper line-height if floated + line-height: 14px; // ensure proper line-height if floated color: @white; vertical-align: middle; white-space: nowrap;