aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorfat <[email protected]>2013-02-05 22:29:59 -0800
committerfat <[email protected]>2013-02-05 22:29:59 -0800
commit481428154084a9fafd31d8654157d6f6f78231d0 (patch)
treebe95c0621248574864f79141c1e6103721c84354 /docs/assets/css/bootstrap.css
parent5e4db94c240c5ac2af18bbf4238358a043ad4037 (diff)
downloadbootstrap-481428154084a9fafd31d8654157d6f6f78231d0.tar.xz
bootstrap-481428154084a9fafd31d8654157d6f6f78231d0.zip
clean up styles
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 302a00ea4..b25505692 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5290,7 +5290,6 @@ input[type="submit"].btn.btn-mini {
position: absolute;
z-index: 1030;
display: block;
- padding: 5px;
font-size: 11px;
line-height: 1.4;
opacity: 0;
@@ -5304,18 +5303,22 @@ input[type="submit"].btn.btn-mini {
}
.tooltip.top {
+ padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
+ padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
+ padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
+ padding: 0 5px;
margin-left: -3px;
}