diff options
| author | Mark Otto <[email protected]> | 2011-09-06 23:32:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-06 23:32:20 -0700 |
| commit | f6d20a8939f0231c16b9d6b826644a72a29e246a (patch) | |
| tree | 43e4e40ba0700b39829ef85490098bc8f205e0bd /docs | |
| parent | daf903f8478644a642971fd8d87e7db81d64bde0 (diff) | |
| download | bootstrap-f6d20a8939f0231c16b9d6b826644a72a29e246a.tar.xz bootstrap-f6d20a8939f0231c16b9d6b826644a72a29e246a.zip | |
remove active state from dropdown
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
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> |
