summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jthanio/static/css/jthanio.css4
-rw-r--r--jthanio/templates/base.html3
2 files changed, 1 insertions, 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 %}
</head>
-
+ <div id="page-content">
{% include "navigation.html" %}
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
- <div id="page-content">
{% block content %}{% endblock %}
{% block extra_js %}