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 | 110c5b70a1727976bb6a8b8d1504d76a6ab8689f (patch) | |
| tree | 327038d0c576451c613f5ca916013e200a81b416 /carousel.html | |
| parent | 42488cbb456d24ed0dca7b6d2a44333730a0bd56 (diff) | |
| download | bootstrap-110c5b70a1727976bb6a8b8d1504d76a6ab8689f.tar.xz bootstrap-110c5b70a1727976bb6a8b8d1504d76a6ab8689f.zip | |
Fixed all the .brand in navbar to .navbar-brand
Diffstat (limited to 'carousel.html')
| -rw-r--r-- | carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel.html b/carousel.html index eb45fe41e..d3b1ece9d 100644 --- a/carousel.html +++ b/carousel.html @@ -263,7 +263,7 @@ body { <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="brand" href="#">Project name</a> + <a class="navbar-brand" href="#">Project name</a> <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. --> <div class="nav-collapse collapse"> <ul class="nav"> |
