aboutsummaryrefslogtreecommitdiff
path: root/examples/container-app.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-10-19 22:42:49 -0700
committerJacob Thornton <[email protected]>2011-10-19 22:42:49 -0700
commit5ab84f942dadc02db57fbe9dbcc619a5eae3920a (patch)
treea7364a87195a65281bb87b34ec480078a2ae5dde /examples/container-app.html
parent8545fe97877dc275df40ab98d408f21ce9a362cf (diff)
parent369b9720c6090985c678076eebb59c080c0ed27c (diff)
downloadbootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.tar.xz
bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'examples/container-app.html')
-rw-r--r--examples/container-app.html6
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>