aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 14:23:34 -0700
committerMark Otto <[email protected]>2014-07-08 14:23:34 -0700
commit8582659d5ced017aa50c03cf59594daccdf7073d (patch)
treeed4ea1dabfeede75d3a0ed2fe3a3b27d9b8f4fba /docs/examples/carousel
parentb33b208ce1398752fc8342ce995d504419942c18 (diff)
downloadbootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.tar.xz
bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.zip
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 42998f1e4..a7d75f2d1 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -52,7 +52,7 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>