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:
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user