diff options
| author | Chris Rebert <[email protected]> | 2013-08-06 12:09:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-06 12:09:44 -0700 |
| commit | b976956432ccf2e0d6f809da1ca6a9d8e99eb39b (patch) | |
| tree | c278b8fb3b242f59edd21e8dbb0e501c52bd9a4b /components.html | |
| parent | c731961f9d89a2fe868a85daf4bbb65e55680099 (diff) | |
| download | bootstrap-b976956432ccf2e0d6f809da1ca6a9d8e99eb39b.tar.xz bootstrap-b976956432ccf2e0d6f809da1ca6a9d8e99eb39b.zip | |
Fix #9132, but in the correct branch
People, don't PR against `gh-pages` please!
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index da3a69413..b39385241 100644 --- a/components.html +++ b/components.html @@ -1312,7 +1312,7 @@ body { padding-bottom: 70px; } <!-- Be sure to leave the brand out there if you want it shown --> <a class="navbar-brand" href="#">Title</a> - <!-- Place everything within .navbar-collapse to hide it until above 768px --> + <!-- Place everything within .nav-collapse to hide it until above 768px --> <div class="nav-collapse collapse navbar-responsive-collapse"> ... </div><!-- /.nav-collapse --> |
