Skip to content

Commit f7ffdc0

Browse files
committedMay 5, 2015
use static navbars in bootstrap
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent ff62228 commit f7ffdc0

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed
 

‎nikola/data/themes/bootstrap-jinja/templates/base.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- Menubar -->
1515

16-
<div class="navbar navbar-fixed-top" id="navbar">
16+
<div class="navbar navbar-static-top" id="navbar">
1717
<div class="navbar-inner">
1818
<div class="container">
1919

‎nikola/data/themes/bootstrap/assets/css/theme.css

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
body {
2-
padding-top: 60px;
3-
}
4-
@media (max-width: 979px) {
5-
body {
6-
padding-top: 0px;
7-
}
8-
}
91
#container {
102
width: 960px;
113
margin: 50 auto;

‎nikola/data/themes/bootstrap/templates/base.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ${template_hooks['extra_head']()}
1313

1414
<!-- Menubar -->
1515

16-
<div class="navbar navbar-fixed-top" id="navbar">
16+
<div class="navbar navbar-static-top" id="navbar">
1717
<div class="navbar-inner">
1818
<div class="container">
1919

0 commit comments

Comments
 (0)
Please sign in to comment.