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 /docs/assets/css/bootstrap.css | |
| parent | ee3fc11addc047f82b0e3629e22a9e439fb789b6 (diff) | |
| download | bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.tar.xz bootstrap-281e058ef24aabd6ed47e3a2a9de7617dc685964.zip | |
fix #2613: labels hang too low
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
