2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

remove popoverarrows mixin, relegate code to tooltips and popvers since we only used them once each; this fixes the problem of broken tooltips in 2.1

This commit is contained in:
Mark Otto
2012-07-09 22:14:30 -07:00
parent f4877c2369
commit 64e87a85f5
8 changed files with 275 additions and 263 deletions
+11
View File
@@ -598,6 +598,17 @@ form.bs-docs-example {
line-height: 18px;
}
/* Tooltips */
.bs-docs-tooltip-examples {
text-align: center;
margin: 0 0 10px;
list-style: none;
}
.bs-docs-tooltip-examples li {
display: inline;
padding: 0 10px;
}
/* Popovers */
.bs-docs-example-popover {
padding-bottom: 24px;