mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix tooltip documentation page missing classname prefix "bs-" to popover top
This commit is contained in:
parent
dd78950d0a
commit
be742b0f5c
@ -139,7 +139,7 @@ You should only add tooltips to HTML elements that are traditionally keyboard-fo
|
||||
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
|
||||
|
||||
<!-- Generated markup by the plugin -->
|
||||
<div class="tooltip tooltip-top" role="tooltip">
|
||||
<div class="tooltip bs-tooltip-top" role="tooltip">
|
||||
<div class="arrow"></div>
|
||||
<div class="tooltip-inner">
|
||||
Some tooltip text!
|
||||
|
Loading…
x
Reference in New Issue
Block a user