From 53c9f80514980ebc762692a8880d3cae311481bb Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 7 Oct 2018 09:42:47 +1300 Subject: [PATCH] Nav fixes --- pinaxcon/templates/nav.html | 17 ++++------------- pinaxcon/templates/sitetree_header.html | 2 +- static/src/scss/app.scss | 7 +------ 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/pinaxcon/templates/nav.html b/pinaxcon/templates/nav.html index fa41f904..a941ea2e 100644 --- a/pinaxcon/templates/nav.html +++ b/pinaxcon/templates/nav.html @@ -9,14 +9,14 @@ LCA2019 Logo {% endif %} - + {% sitetree_menu from "main" include "trunk" template "sitetree_header.html" %} - - + diff --git a/pinaxcon/templates/sitetree_header.html b/pinaxcon/templates/sitetree_header.html index 0668a9f0..80ec3b5e 100644 --- a/pinaxcon/templates/sitetree_header.html +++ b/pinaxcon/templates/sitetree_header.html @@ -20,7 +20,7 @@ {% endif %} - {% endif %} + {% endif %} {% endfor %} \ No newline at end of file diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index d52290e3..8b494cf1 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -21,7 +21,6 @@ body { } - .text-page { h2 { padding-top: 3rem; @@ -37,10 +36,6 @@ body { text-transform: uppercase; } -.navbar-collapse { - margin-left: $padding-left-default; -} - .navbar-toggler { border: 0 !important; @@ -110,7 +105,7 @@ footer { } li.nav-item { - height: 2.75rem; + min-height: 2.75rem; &.active > a.nav-link { font-weight: 700;