mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix example navbar brand
This commit is contained in:
parent
3cd6d00cc4
commit
85e5d40099
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ $('.dropdown-toggle').dropdown()
|
|||
<div id="navbarExample" class="navbar navbar-static">
|
||||
<div class="navbar-inner">
|
||||
<div class="container" style="width: auto;">
|
||||
<a class="brand" href="#">Project Name</a>
|
||||
<a class="navbar-brand" href="#">Project Name</a>
|
||||
<ul class="nav">
|
||||
<li><a href="#fat">@fat</a></li>
|
||||
<li><a href="#mdo">@mdo</a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue