From 377306c6c55cec9b13432477a5dab904b795062f Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 11 Apr 2021 15:49:02 +0200 Subject: [PATCH] Add a link to the repository in the footer. (#62) Fixes #61. --- copanier/static/app.css | 10 ++++++++++ copanier/templates/base.html | 1 + 2 files changed, 11 insertions(+) diff --git a/copanier/static/app.css b/copanier/static/app.css index 41985a2..b1c108c 100644 --- a/copanier/static/app.css +++ b/copanier/static/app.css @@ -796,4 +796,14 @@ small { background-color: rgba(233, 161, 28, 0.2); border: 2px black dashed; +} + +footer { + width: 100%; + font-size: 0.8em; + border-top: 1px solid #eee; + margin-top: 4em; + padding: 1em; + background: #fafafa; + text-align: center; } \ No newline at end of file diff --git a/copanier/templates/base.html b/copanier/templates/base.html index ba7fbc2..5295adb 100644 --- a/copanier/templates/base.html +++ b/copanier/templates/base.html @@ -66,6 +66,7 @@ {% endblock body %} +