0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00

Merge pull request #9132 from davewasmer/patch-1

Fixed responsive navbar docs typo
This commit is contained in:
Chris Rebert 2013-08-06 12:02:19 -07:00
commit 91b3935b6c

View File

@ -1312,7 +1312,7 @@ body { padding-bottom: 70px; }
<!-- Be sure to leave the brand out there if you want it shown --> <!-- Be sure to leave the brand out there if you want it shown -->
<a class="navbar-brand" href="#">Title</a> <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 class="nav-collapse collapse navbar-responsive-collapse">
... ...
</div><!-- /.nav-collapse --> </div><!-- /.nav-collapse -->