diff options
| author | Mark Otto <[email protected]> | 2011-09-08 09:43:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 09:43:37 -0700 |
| commit | 1af96b9a58b0bbd27a705000ed1ce68b5af04b7f (patch) | |
| tree | 324a3c29b3ce3b7c2eff837543265df1ab0ef1ad /examples | |
| parent | f6d20a8939f0231c16b9d6b826644a72a29e246a (diff) | |
| download | bootstrap-1af96b9a58b0bbd27a705000ed1ce68b5af04b7f.tar.xz bootstrap-1af96b9a58b0bbd27a705000ed1ce68b5af04b7f.zip | |
what up breadcrumbs, we added you
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/container-app.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 98f9cd69f..41e46d201 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -60,6 +60,10 @@ border-left: 1px solid #eee; } + .topbar .btn { + border: 0; + } + </style> <!-- Le fav and touch icons --> @@ -80,7 +84,11 @@ <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> - <p class="pull-right">Logged in as <a href="#">username</a></p> + <form action="" class="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> + </form> </div> </div> </div> |
