Add a fixed navbar at the top of the page.

(imported from commit 1e131932503afe97ddd08e8538b2a0f43727313c)
This commit is contained in:
Waseem Daher 2013-01-16 15:40:04 -05:00
parent 35b05dda95
commit f08dc13f73
2 changed files with 9 additions and 1 deletions

View File

@ -100,6 +100,14 @@ var people_list = [
</script>
{% endblock %}
{% block content %}
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<a class="brand" href="#">Humbug</a>
<form class="navbar-search pull-left">
<input type="text" class="search-query" placeholder="Search">
</form>
</div>
</div>
<div class="row">
<div class="span3">
<div class="row">

View File

@ -34,7 +34,7 @@ a:hover code {
.sidebar-nav {
background-color: white;
padding: 0.5em;
margin-top: 2em;
margin-top: 3em;
overflow: hidden;
text-overflow: ellipsis;
}