2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +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
@@ -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 {