Browse Source

Remove fixed navbar from docs

Peter Justin 7 years ago
parent
commit
4454d09b39
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/_static/custom.css
  2. 1 1
      docs/_templates/layout.html

+ 1 - 1
docs/_static/custom.css

@@ -8,7 +8,7 @@ html {
 body {
   /* Margin bottom by footer height */
   margin-bottom: 60px;
-  padding-top: 50px;
+  /*padding-top: 50px; */ /* uncomment if navbar should be fixed */
 }
 
 body,

+ 1 - 1
docs/_templates/layout.html

@@ -18,7 +18,7 @@
 
 {# Nav should appear before content, not after #}
 {%- block content %}
-<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
+<nav class="navbar navbar-default navbar-top topnav" role="navigation">
     <div class="container topnav">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#topnav-collapse">