aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-06 23:32:20 -0700
committerMark Otto <[email protected]>2011-09-06 23:32:20 -0700
commitf6d20a8939f0231c16b9d6b826644a72a29e246a (patch)
tree43e4e40ba0700b39829ef85490098bc8f205e0bd /docs
parentdaf903f8478644a642971fd8d87e7db81d64bde0 (diff)
downloadbootstrap-f6d20a8939f0231c16b9d6b826644a72a29e246a.tar.xz
bootstrap-f6d20a8939f0231c16b9d6b826644a72a29e246a.zip
remove active state from dropdown
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index d610ad17f..3e4673ffc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -958,7 +958,7 @@
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
- <li class="active dropdown">
+ <li class="dropdown">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>