aboutsummaryrefslogtreecommitdiff
path: root/less/popovers.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/popovers.less')
-rw-r--r--less/popovers.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/popovers.less b/less/popovers.less
index 2b3f1b059..a4c4bb0e0 100644
--- a/less/popovers.less
+++ b/less/popovers.less
@@ -21,10 +21,10 @@
.box-shadow(0 5px 10px rgba(0,0,0,.2));
// Offset the popover to account for the popover arrow
- &.top { margin-bottom: 10px; }
+ &.top { margin-top: -10px; }
&.right { margin-left: 10px; }
&.bottom { margin-top: 10px; }
- &.left { margin-right: 10px; }
+ &.left { margin-left: -10px; }
}