From 1382d4db5039c24940d5215a3640833230a1b731 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 17 Mar 2019 22:01:52 +0100 Subject: webapp.py: add a footer pointing to the source --- webapp.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/webapp.py b/webapp.py index b402186..eece841 100644 --- a/webapp.py +++ b/webapp.py @@ -52,6 +52,10 @@ td { } td:last-child { padding-right: 1px; +} +footer { + margin-top: 3em; + border-top: 1px solid; } @@ -133,6 +137,13 @@ td:last-child { {%- endif -%} + """ -- cgit v1.2.3