diff options
| author | mo <[email protected]> | 2013-03-25 17:46:44 -0700 |
|---|---|---|
| committer | mo <[email protected]> | 2013-03-25 17:46:44 -0700 |
| commit | a9e9d9d54467b30e87639c6c32f91c1190bc1517 (patch) | |
| tree | 2c2539b6a6d921895066df852d5620d93df7bbc7 /docs/examples/jumbotron.html | |
| parent | c6343a9d4a3445ab04a71761fae1f484cc6b9ec3 (diff) | |
| download | bootstrap-a9e9d9d54467b30e87639c6c32f91c1190bc1517.tar.xz bootstrap-a9e9d9d54467b30e87639c6c32f91c1190bc1517.zip | |
Fixed all the .brand in navbar to .navbar-brand
Diffstat (limited to 'docs/examples/jumbotron.html')
| -rw-r--r-- | docs/examples/jumbotron.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/jumbotron.html b/docs/examples/jumbotron.html index 907d1413a..ba02b1f37 100644 --- a/docs/examples/jumbotron.html +++ b/docs/examples/jumbotron.html @@ -44,7 +44,7 @@ title: Jumbotron template <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - <a class="brand" href="#">Project name</a> + <a class="navbar-brand" href="#">Project name</a> <div class="nav-collapse collapse"> <ul class="nav"> <li class="active"><a href="#">Home</a></li> |
