diff options
| author | Mark Otto <[email protected]> | 2011-10-11 09:46:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 09:46:02 -0700 |
| commit | 8c2bb99085816617704b5d537b9c901e26e03569 (patch) | |
| tree | 05860b4f7dba0ddf710a82b0323ccf54855e8f1e /examples/container-app.html | |
| parent | 8ba005d38dd7a79ea3e90efb6efc7ac9ebcadc26 (diff) | |
| download | bootstrap-8c2bb99085816617704b5d537b9c901e26e03569.tar.xz bootstrap-8c2bb99085816617704b5d537b9c901e26e03569.zip | |
share new navbar in examples
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 75328e645..28807bb05 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -75,8 +75,8 @@ <body> - <div class="topbar"> - <div class="fill"> + <div class="navbar"> + <div class="navbar-inner"> <div class="container"> <a class="brand" href="#">Project name</a> <ul class="nav"> @@ -84,7 +84,7 @@ <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> - <form action="" class="pull-right"> + <form action="" class="form-search navbar-form pull-right"> <input class="input-small" type="text" placeholder="Username"> <input class="input-small" type="password" placeholder="Password"> <button class="btn" type="submit">Sign in</button> |
