Browse Source

Changes navbar to static

sValo 8 years ago
parent
commit
aee122df64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/pelican-bootstrap3/templates/base.html

+ 1 - 1
themes/pelican-bootstrap3/templates/base.html

@@ -99,7 +99,7 @@
 
 </head>
 <body>
-<div class="navbar {% if BOOTSTRAP_NAVBAR_INVERSE %}navbar-inverse{% else %}navbar-default{% endif %} navbar-fixed-top" role="navigation">
+<div class="navbar {% if BOOTSTRAP_NAVBAR_INVERSE %}navbar-inverse{% else %}navbar-default{% endif %} navbar-static-top" role="navigation">
 	<div class="container{% if BOOTSTRAP_FLUID %}-fluid{% endif %}">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">