From c1c62e6cb0d8f2511ec6891a001a3f8745698ac0 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 8 Mar 2020 22:09:42 -0600 Subject: may as well clean up some --- jthanio/static/css/jthanio.css | 4 ---- jthanio/templates/base.html | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css index ce3484b..677cef7 100644 --- a/jthanio/static/css/jthanio.css +++ b/jthanio/static/css/jthanio.css @@ -8,10 +8,6 @@ /* Sticky footer styles -------------------------------------------------- */ -html { - position: relative; - min-height: 100%; -} #page-content { min-height: 100vh; diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html index 9870c59..f81bf86 100644 --- a/jthanio/templates/base.html +++ b/jthanio/templates/base.html @@ -25,12 +25,11 @@ {# Override this in templates to add extra stylesheets #} {% endblock %} - +
{% include "navigation.html" %} {% wagtailuserbar %} -
{% block content %}{% endblock %} {% block extra_js %} -- cgit v1.2.3