mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fix tooltip documentation page missing classname prefix "bs-" to popover top
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user