From 18a03c8075a26ec6a00befed804f0e439283de99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sat, 10 Apr 2021 12:36:25 +0200 Subject: [PATCH] Add a link to the repository in the footer. 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 %} +