diff options
| author | Mark Otto <[email protected]> | 2012-12-26 09:36:07 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-26 09:36:07 -0600 |
| commit | 330b143b407b01d71b707860f21e0cc2accafd49 (patch) | |
| tree | c8225e3429bfc478f6bccf26f79e4e8c706da72e /docs/assets/css/bootstrap.css | |
| parent | 9749d6afc2730d41cab0111e1cc19bba7c5c3676 (diff) | |
| download | bootstrap-330b143b407b01d71b707860f21e0cc2accafd49.tar.xz bootstrap-330b143b407b01d71b707860f21e0cc2accafd49.zip | |
Add longer tooltip example to docs, tighten up line-height on tooltip; run make
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e721a726d..133091b04 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5216,6 +5216,7 @@ input[type="submit"].btn.btn-mini { display: block; padding: 5px; font-size: 11px; + line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; @@ -5244,7 +5245,7 @@ input[type="submit"].btn.btn-mini { .tooltip-inner { max-width: 200px; - padding: 3px 8px; + padding: 8px; color: #ffffff; text-align: center; text-decoration: none; |
