1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-09 21:21:19 +02:00

update docs to use buttons for tooltips

This commit is contained in:
Mark Otto
2013-07-25 11:55:12 -07:00
parent c7995cf964
commit bc93a429a8
3 changed files with 7 additions and 13 deletions

View File

@@ -493,12 +493,6 @@ body {
/* Tooltips */
.bs-example-tooltips {
text-align: center;
margin: 0 0 10px;
list-style: none;
}
.bs-example-tooltips li {
display: inline;
padding: 0 10px;
}
/* Popovers */

View File

@@ -29,7 +29,7 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: "a[data-toggle=tooltip]"
selector: "[data-toggle=tooltip]"
})
$('.tooltip-test').tooltip()