From 281e058ef24aabd6ed47e3a2a9de7617dc685964 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Mar 2012 00:40:10 -0700 Subject: fix #2613: labels hang too low --- docs/assets/bootstrap.zip | Bin 55700 -> 55701 bytes docs/assets/css/bootstrap.css | 2 +- less/labels-badges.less | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 743cd3fbd..d025abf0a 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 747fd4b55..f4d2dbe37 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 32291f14e..e29f2c434 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; -- cgit v1.2.3