aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-26 09:36:07 -0600
committerMark Otto <[email protected]>2012-12-26 09:36:07 -0600
commit330b143b407b01d71b707860f21e0cc2accafd49 (patch)
treec8225e3429bfc478f6bccf26f79e4e8c706da72e /less
parent9749d6afc2730d41cab0111e1cc19bba7c5c3676 (diff)
downloadbootstrap-330b143b407b01d71b707860f21e0cc2accafd49.tar.xz
bootstrap-330b143b407b01d71b707860f21e0cc2accafd49.zip
Add longer tooltip example to docs, tighten up line-height on tooltip; run make
Diffstat (limited to 'less')
-rw-r--r--less/tooltip.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less
index 93fac8d6b..59b02cd43 100644
--- a/less/tooltip.less
+++ b/less/tooltip.less
@@ -11,6 +11,7 @@
visibility: visible;
padding: 5px;
font-size: 11px;
+ line-height: 1.4;
.opacity(0);
&.in { .opacity(80); }
&.top { margin-top: -3px; }
@@ -22,7 +23,7 @@
// Wrapper for the tooltip content
.tooltip-inner {
max-width: 200px;
- padding: 3px 8px;
+ padding: 8px;
color: @tooltipColor;
text-align: center;
text-decoration: none;