aboutsummaryrefslogtreecommitdiff
path: root/docs/components/dropdowns.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 14:07:20 -0700
committerMark Otto <[email protected]>2015-04-16 14:07:20 -0700
commitc84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch)
tree8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/components/dropdowns.md
parent3c9368124507ce2d643a471e71b1ed13c9232435 (diff)
downloadbootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz
bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip
rename classes from .bs-docs and .bs to .bd
Diffstat (limited to 'docs/components/dropdowns.md')
-rw-r--r--docs/components/dropdowns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index efb0f6309..fe5f81e47 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -32,7 +32,7 @@ Wrap the dropdown's trigger and the dropdown menu within `.dropdown`, or another
By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add `.dropdown-menu-right` to a `.dropdown-menu` to right align the dropdown menu.
-<div class="bs-callout bs-callout-warning">
+<div class="bd-callout bd-callout-warning">
<h4>May require additional positioning</h4>
<p>Dropdowns are automatically positioned via CSS within the normal flow of the document. This means dropdowns may be cropped by parents with certain <code>overflow</code> properties or appear out of bounds of the viewport. Address these issues on your own as they arise.</p>
</div>
@@ -146,7 +146,7 @@ Call the dropdowns via JavaScript:
$('.dropdown-toggle').dropdown()
{% endhighlight %}
-<div class="bs-callout bs-callout-info">
+<div class="bd-callout bd-callout-info">
<h4><code>data-toggle="dropdown"</code> still required</h4>
<p>Regardless of whether you call your dropdown via JavaScript or instead use the data-api, <code>data-toggle="dropdown"</code> is always required to be present on the dropdown's trigger element.</p>
</div>