diff options
| author | Chris Rebert <[email protected]> | 2014-12-04 19:18:29 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-04 19:18:29 -0800 |
| commit | 0c5a5563b271a6a15db7452f8f4878d4bd797074 (patch) | |
| tree | 5797ffeb3d82a32395e5553e90a5adf2a7ad1980 /docs/_includes/components/dropdowns.html | |
| parent | ac49a0990689439be471752f6c5ea8a91256ad32 (diff) | |
| parent | 44447eeefe61dbb16cab59900c3c061d9f207fbc (diff) | |
| download | bootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.tar.xz bootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.zip | |
Merge pull request #15214 from twbs/example-ids
Give all embedded live docs examples data-example-id attrs
[skip sauce]
Diffstat (limited to 'docs/_includes/components/dropdowns.html')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index e1dfc19f6..6a5d4ded5 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -5,7 +5,7 @@ <h3 id="dropdowns-example">Example</h3> <p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="static-dropdown"> <div class="dropdown clearfix"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"> Dropdown |
