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:
@@ -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 */
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
// tooltip demo
|
||||
$('.tooltip-demo').tooltip({
|
||||
selector: "a[data-toggle=tooltip]"
|
||||
selector: "[data-toggle=tooltip]"
|
||||
})
|
||||
|
||||
$('.tooltip-test').tooltip()
|
||||
|
Reference in New Issue
Block a user