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 | |
| parent | ee3fc11addc047f82b0e3629e22a9e439fb789b6 (diff) | |
| download | bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.tar.xz bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.zip | |
fix #2613: labels hang too low
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55700 -> 55701 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/labels-badges.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 743cd3fbd..d025abf0a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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; |
