From 93949cccbfb8f0e2842d168e9179e42c83795548 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 03:55:34 +0100 Subject: footer --- common/base.j2 | 6 +----- common/footer.j2.inc | 6 ++++-- styles.css | 4 ++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/common/base.j2 b/common/base.j2 index d515ea1d..72fc1ab4 100644 --- a/common/base.j2 +++ b/common/base.j2 @@ -9,10 +9,6 @@ {% include "common/navigation.j2.inc" %} {% block body_content %}{% endblock %} -
-
- {% include "common/footer.j2.inc" %} -
-
+ {% include "common/footer.j2.inc" %} diff --git a/common/footer.j2.inc b/common/footer.j2.inc index f5395b34..04685c64 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc @@ -1,4 +1,6 @@ - + diff --git a/styles.css b/styles.css index c384a0e8..f84336d0 100644 --- a/styles.css +++ b/styles.css @@ -38,3 +38,7 @@ html { /* override ugly bootstrap defaults */ color: black; } + +footer { + margin-top: 2em; +} -- cgit v1.2.3