]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix tooltip documentation page missing classname prefix "bs-" to popover top
authorLaussel Loïc <loic.laussel@orange.com>
Wed, 17 May 2017 14:54:28 +0000 (16:54 +0200)
committerJohann-S <johann.servoire@gmail.com>
Wed, 17 May 2017 14:54:28 +0000 (16:54 +0200)
docs/components/tooltips.md

index 388b2485455b1c5a7058d1e73691c34e91892cc5..4cdcc190cea10f004ef136a56e2ee2ca05c3a590 100644 (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>
 
 <!-- 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!