diff options
| author | Mark Otto <[email protected]> | 2014-07-08 14:23:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 14:23:34 -0700 |
| commit | 8582659d5ced017aa50c03cf59594daccdf7073d (patch) | |
| tree | ed4ea1dabfeede75d3a0ed2fe3a3b27d9b8f4fba /docs/_includes/js/scrollspy.html | |
| parent | b33b208ce1398752fc8342ce995d504419942c18 (diff) | |
| download | bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.tar.xz bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.zip | |
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
Diffstat (limited to 'docs/_includes/js/scrollspy.html')
| -rw-r--r-- | docs/_includes/js/scrollspy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index c68ec32a4..e7b5ffd56 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -20,7 +20,7 @@ <li><a href="#fat">@fat</a></li> <li><a href="#mdo">@mdo</a></li> <li class="dropdown"> - <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a> + <a href="#" id="navbarDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a> <ul class="dropdown-menu" role="menu" aria-labelledby="navbarDrop1"> <li><a href="#one" tabindex="-1">one</a></li> <li><a href="#two" tabindex="-1">two</a></li> |
