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 | |
| 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')
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 6 | ||||
| -rw-r--r-- | docs/components/popovers.md | 2 | ||||
| -rw-r--r-- | docs/components/tooltips.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index e300fff18..ea9ea3cd6 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -253,11 +253,11 @@ } // Popovers -.bd-example-popover { +.bd-example-popover-static { padding-bottom: 1.5rem; background-color: #f9f9f9; } -.bd-example-popover .popover { +.bd-example-popover-static .popover { position: relative; display: block; float: left; @@ -266,7 +266,7 @@ } // Tooltips -.bd-example-tooltip .tooltip { +.bd-example-tooltip-static .tooltip { position: relative; display: inline-block; margin: 10px 20px; 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"> |
