diff options
| author | Mark Otto <[email protected]> | 2012-03-23 00:40:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 00:40:10 -0700 |
| commit | 281e058ef24aabd6ed47e3a2a9de7617dc685964 (patch) | |
| tree | 025ce601e02c2f216f4ec8a3d09e5a2a90e5def0 /less | |
| parent | ee3fc11addc047f82b0e3629e22a9e439fb789b6 (diff) | |
| download | bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.tar.xz bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.zip | |
fix #2613: labels hang too low
Diffstat (limited to 'less')
| -rw-r--r-- | less/labels-badges.less | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
