2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

remove popover static example

This commit is contained in:
Mark Otto
2017-12-26 21:50:23 -08:00
parent acee8a00d6
commit 572193524f
2 changed files with 3 additions and 75 deletions
-34
View File
@@ -311,28 +311,6 @@
margin-bottom: 1rem;
}
// Tooltips
.bd-example-tooltips {
text-align: center;
> .btn {
margin-top: .25rem;
margin-bottom: .25rem;
}
}
.bs-tooltip-top-docs,
.bs-tooltip-bottom-docs {
.arrow {
left: 50%;
}
}
.bs-tooltip-right-docs,
.bs-tooltip-left-docs {
.arrow {
top: 50%;
}
}
// Popovers
.bd-example-popover-static {
padding-bottom: 1.5rem;
@@ -346,18 +324,6 @@
margin: 1.25rem;
}
}
.bs-popover-top-docs,
.bs-popover-bottom-docs {
.arrow {
left: 50%;
}
}
.bs-popover-right-docs,
.bs-popover-left-docs {
.arrow {
top: 50%;
}
}
// Tooltips
.tooltip-demo a {