diff options
| author | Mark Otto <[email protected]> | 2015-01-21 19:58:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-21 19:58:03 -0800 |
| commit | 8ec708870c745f0f93cd01314c690980f6146b33 (patch) | |
| tree | cd1bf4dd61e50368abbbe2fce390bfa3f92364ca /docs | |
| parent | c64c8636376af76acd01f132203af162fafb39bc (diff) | |
| parent | f837a3f7754ccdc3045725c133cbec526ba60360 (diff) | |
| download | bootstrap-8ec708870c745f0f93cd01314c690980f6146b33.tar.xz bootstrap-8ec708870c745f0f93cd01314c690980f6146b33.zip | |
Merge pull request #15299 from SpectrumPixel/patch-2
Remove "Separated link" in example where it's not
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 6a5d4ded5..601b13d6a 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -15,7 +15,6 @@ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li> </ul> </div> </div><!-- /example --> |
