aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorLaussel Loïc <[email protected]>2017-05-17 16:54:28 +0200
committerJohann-S <[email protected]>2017-05-17 16:54:28 +0200
commitbe742b0f5cde4478402a5a11853cea35ded812ac (patch)
tree056900c1ceaa5790a9d5099181a7a51351fe0589 /docs/components
parentdd78950d0a6a1586ae91b7f702980bc682f0df55 (diff)
downloadbootstrap-be742b0f5cde4478402a5a11853cea35ded812ac.tar.xz
bootstrap-be742b0f5cde4478402a5a11853cea35ded812ac.zip
fix tooltip documentation page missing classname prefix "bs-" to popover top
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 388b24854..4cdcc190c 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -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!