1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

what up breadcrumbs, we added you

This commit is contained in:
Mark Otto
2011-09-08 09:43:37 -07:00
parent f6d20a8939
commit 1af96b9a58
5 changed files with 183 additions and 78 deletions

View File

@@ -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>