Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use static navbars in bootstrap
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 5, 2015
1 parent ff62228 commit f7ffdc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap-jinja/templates/base.tmpl
Expand Up @@ -13,7 +13,7 @@

<!-- Menubar -->

<div class="navbar navbar-fixed-top" id="navbar">
<div class="navbar navbar-static-top" id="navbar">
<div class="navbar-inner">
<div class="container">

Expand Down
8 changes: 0 additions & 8 deletions nikola/data/themes/bootstrap/assets/css/theme.css
@@ -1,11 +1,3 @@
body {
padding-top: 60px;
}
@media (max-width: 979px) {
body {
padding-top: 0px;
}
}
#container {
width: 960px;
margin: 50 auto;
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap/templates/base.tmpl
Expand Up @@ -13,7 +13,7 @@ ${template_hooks['extra_head']()}

<!-- Menubar -->

<div class="navbar navbar-fixed-top" id="navbar">
<div class="navbar navbar-static-top" id="navbar">
<div class="navbar-inner">
<div class="container">

Expand Down

0 comments on commit f7ffdc0

Please sign in to comment.