Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-23 11:40:10 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 11:40:10 +0400
commit281e058ef24aabd6ed47e3a2a9de7617dc685964 (patch)
tree025ce601e02c2f216f4ec8a3d09e5a2a90e5def0 /less/labels-badges.less
parentee3fc11addc047f82b0e3629e22a9e439fb789b6 (diff)
fix #2613: labels hang too low
Diffstat (limited to 'less/labels-badges.less')
-rw-r--r--less/labels-badges.less2
1 files changed, 1 insertions, 1 deletions
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;