From 632e0378d2fa42b5c5815250074216f711da0a30 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Husser Date: Fri, 4 Dec 2020 16:58:44 +0100 Subject: [PATCH] formatted footer --- pyobs_archive/frontend/static/css/styles.css | 3 ++- pyobs_archive/frontend/templates/archive/index.html | 4 +++- pyobs_archive/version.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pyobs_archive/frontend/static/css/styles.css b/pyobs_archive/frontend/static/css/styles.css index a4fa27a..029bed1 100644 --- a/pyobs_archive/frontend/static/css/styles.css +++ b/pyobs_archive/frontend/static/css/styles.css @@ -88,5 +88,6 @@ footer { margin-top: -40px; /* negative value of footer height */ height: 40px; clear: both; - padding-top: 0.5em + padding-top: 0.5em; + font-size: smaller; } diff --git a/pyobs_archive/frontend/templates/archive/index.html b/pyobs_archive/frontend/templates/archive/index.html index d293919..c88561a 100644 --- a/pyobs_archive/frontend/templates/archive/index.html +++ b/pyobs_archive/frontend/templates/archive/index.html @@ -161,7 +161,9 @@ diff --git a/pyobs_archive/version.py b/pyobs_archive/version.py index 0ad4a58..a57ff2b 100644 --- a/pyobs_archive/version.py +++ b/pyobs_archive/version.py @@ -1 +1 @@ -VERSION = '1.1.1' +VERSION = '1.1'