Commit 85e5d400 authored by Mark Otto's avatar Mark Otto
Browse files

fix example navbar brand

parent 3cd6d00c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment