diff options
| author | Mark Otto <[email protected]> | 2013-03-14 18:54:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-14 18:54:43 -0700 |
| commit | 85e5d400995a89be16f5a350a9aa12f2d6a332a9 (patch) | |
| tree | 8707918f06f5839f6706a86f3bb60846b086e88b /docs | |
| parent | 3cd6d00cc42c94167d03a56122fbf93d8e1130b0 (diff) | |
| download | bootstrap-85e5d400995a89be16f5a350a9aa12f2d6a332a9.tar.xz bootstrap-85e5d400995a89be16f5a350a9aa12f2d6a332a9.zip | |
fix example navbar brand
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index bcecdce46..bbf54b53a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
