diff options
| author | Mark Otto <[email protected]> | 2012-01-29 16:35:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 16:35:55 -0800 |
| commit | 702d3b6dfe7a150deb090f70d7d9c2a2964a3eb2 (patch) | |
| tree | 9ef1b37622f3fded54b24e09fbc7a6bc9451c52d /docs/examples.html | |
| parent | d637db1a23883d905db8e086bfb97435738af940 (diff) | |
| download | bootstrap-702d3b6dfe7a150deb090f70d7d9c2a2964a3eb2.tar.xz bootstrap-702d3b6dfe7a150deb090f70d7d9c2a2964a3eb2.zip | |
fix broken navbar collapse
Diffstat (limited to 'docs/examples.html')
| -rw-r--r-- | docs/examples.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples.html b/docs/examples.html index b2fd296d1..7d79fc0a0 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -39,7 +39,7 @@ <span class="i-bar"></span> </a> <a class="brand" href="./index.html">Bootstrap</a> - <div class="nav-collapse collapse"> + <div class="nav-collapse"> <ul class="nav"> <li class=""> <a href="./index.html">Overview</a> |
