aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-17 23:03:18 -0700
committerMark Otto <[email protected]>2012-09-17 23:03:32 -0700
commitcedb3c7c56887d4ca42296ee193f2ff08dfe9ac4 (patch)
treeef9e28545e2dfb529daa030fb2a30d9a4b1b4d02 /docs/assets/css/bootstrap.css
parent783f4885ab984acecfcb2a2986158aaa8933ea2d (diff)
downloadbootstrap-cedb3c7c56887d4ca42296ee193f2ff08dfe9ac4.tar.xz
bootstrap-cedb3c7c56887d4ca42296ee193f2ff08dfe9ac4.zip
fixes #5173: proper popover offsets; added docs examples to enable tests in the future
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 201d1f842..0538e4b01 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5109,7 +5109,7 @@ input[type="submit"].btn.btn-mini {
}
.popover.top {
- margin-bottom: 10px;
+ margin-top: -10px;
}
.popover.right {
@@ -5121,7 +5121,7 @@ input[type="submit"].btn.btn-mini {
}
.popover.left {
- margin-right: 10px;
+ margin-left: -10px;
}
.popover-title {