diff options
| author | Ross Allen <[email protected]> | 2013-07-30 10:33:48 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-30 10:33:48 -0700 |
| commit | ad01dd8ce8120a774212a55513f6b8ef4cf0b6be (patch) | |
| tree | f27af353f318ef346f8974f96e8b4d7670fbae6b | |
| parent | d149f651f2f4899113bdd9c95d88fca47b26d334 (diff) | |
| download | bootstrap-ad01dd8ce8120a774212a55513f6b8ef4cf0b6be.tar.xz bootstrap-ad01dd8ce8120a774212a55513f6b8ef4cf0b6be.zip | |
Use correct class for header in jumbotron dropdown nav
| -rw-r--r-- | jumbotron/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jumbotron/index.html b/jumbotron/index.html index 79493b969..09bb12277 100644 --- a/jumbotron/index.html +++ b/jumbotron/index.html @@ -37,7 +37,7 @@ <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> - <li class="nav-header">Nav header</li> + <li class="dropdown-header">Nav header</li> <li><a href="#">Separated link</a></li> <li><a href="#">One more separated link</a></li> </ul> |
