0
0
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:
Laussel Loïc 2017-05-17 16:54:28 +02:00 committed by Johann-S
parent dd78950d0a
commit be742b0f5c

View File

@ -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> <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
<!-- Generated markup by the plugin --> <!-- 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="arrow"></div>
<div class="tooltip-inner"> <div class="tooltip-inner">
Some tooltip text! Some tooltip text!