diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/popovers.md | 2 | ||||
| -rw-r--r-- | docs/components/tooltips.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md index a0860df51..e04b3acec 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -53,7 +53,7 @@ $(function () { Four options are available: top, right, bottom, and left aligned. -<div class="bd-example bd-example-popover"> +<div class="bd-example bd-example-popover-static"> <div class="popover popover-top"> <div class="popover-arrow"></div> <h3 class="popover-title">Popover top</h3> diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 909a9d00c..bba918d9d 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -48,7 +48,7 @@ Hover over the links below to see tooltips: Four options are available: top, right, bottom, and left aligned. -<div class="bd-example bd-example-tooltip"> +<div class="bd-example bd-example-tooltip-static"> <div class="tooltip top" role="tooltip"> <div class="tooltip-arrow"></div> <div class="tooltip-inner"> |
