diff options
| author | Chris Rebert <[email protected]> | 2015-10-23 23:16:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-23 23:17:19 -0700 |
| commit | 4461884f6979b0a6d39c88d57193ddddb23ea59a (patch) | |
| tree | a40ba8b885aae4c7f960ff618ea72dfddf7720c5 /docs/components | |
| parent | 25d724b279009019c5e8a546ab637c956af7785d (diff) | |
| download | bootstrap-4461884f6979b0a6d39c88d57193ddddb23ea59a.tar.xz bootstrap-4461884f6979b0a6d39c88d57193ddddb23ea59a.zip | |
Rename docs-specific static tooltip/popover classes for clarity; refs #18043
[skip sauce]
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"> |
