2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #5173: proper popover offsets; added docs examples to enable tests in the future

This commit is contained in:
Mark Otto
2012-09-17 23:03:18 -07:00
parent 783f4885ab
commit cedb3c7c56
4 changed files with 24 additions and 4 deletions
+2 -2
View File
@@ -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; }
}