diff options
| author | Laussel Loïc <[email protected]> | 2017-05-17 16:54:28 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-17 16:54:28 +0200 |
| commit | be742b0f5cde4478402a5a11853cea35ded812ac (patch) | |
| tree | 056900c1ceaa5790a9d5099181a7a51351fe0589 /docs | |
| parent | dd78950d0a6a1586ae91b7f702980bc682f0df55 (diff) | |
| download | bootstrap-be742b0f5cde4478402a5a11853cea35ded812ac.tar.xz bootstrap-be742b0f5cde4478402a5a11853cea35ded812ac.zip | |
fix tooltip documentation page missing classname prefix "bs-" to popover top
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/tooltips.md | 2 |
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! |
