diff options
| author | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
| commit | c84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch) | |
| tree | 8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/components/button-dropdown.md | |
| parent | 3c9368124507ce2d643a471e71b1ed13c9232435 (diff) | |
| download | bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip | |
rename classes from .bs-docs and .bs to .bd
Diffstat (limited to 'docs/components/button-dropdown.md')
| -rw-r--r-- | docs/components/button-dropdown.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index fdcff0a99..4b2d6e87a 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -5,7 +5,7 @@ title: Button dropdown Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup. -<div class="bs-callout bs-callout-danger"> +<div class="bd-callout bd-callout-danger"> <h4>Plugin dependency</h4> <p>Button dropdowns require the <a href="../javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p> </div> @@ -14,7 +14,7 @@ Use any button to trigger a dropdown menu by placing it within a `.btn-group` an Turn a button into a dropdown toggle with some basic markup changes. -<div class="bs-example"> +<div class="bd-example"> <div class="btn-group"> <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Default</button> <ul class="dropdown-menu" role="menu"> @@ -97,7 +97,7 @@ Turn a button into a dropdown toggle with some basic markup changes. Similarly, create split button dropdowns with the same markup changes, only with a separate button. -<div class="bs-example"> +<div class="bd-example"> <div class="btn-group"> <button type="button" class="btn btn-secondary">Default</button> <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> @@ -199,7 +199,7 @@ Similarly, create split button dropdowns with the same markup changes, only with Button dropdowns work with buttons of all sizes. -<div class="bs-example"> +<div class="bd-example"> <div class="btn-toolbar" role="toolbar"> <div class="btn-group"> <button class="btn btn-secondary btn-lg dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false"> @@ -280,7 +280,7 @@ Button dropdowns work with buttons of all sizes. Trigger dropdown menus above elements by adding `.dropup` to the parent. -<div class="bs-example"> +<div class="bd-example"> <div class="btn-toolbar" role="toolbar"> <div class="btn-group dropup"> <button type="button" class="btn btn-secondary">Dropup</button> |
