From f4e2dc9696a86234374a17b18a1cbc3a4aee6ce1 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 22 Nov 2016 22:42:14 +0100 Subject: [PATCH] Version info #39 Added footer. --- artifakt/static/css/artifakt.css | 13 ++++++++++++- artifakt/templates/home.jinja2 | 5 +++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/artifakt/static/css/artifakt.css b/artifakt/static/css/artifakt.css index e3a2348..b4ea157 100644 --- a/artifakt/static/css/artifakt.css +++ b/artifakt/static/css/artifakt.css @@ -155,4 +155,15 @@ tr.spacer > td { .comment_reply, .edit_comment, .delete_comment { cursor: pointer; -} \ No newline at end of file +} + +footer { + position: fixed; + height: 20px; + bottom: 0px; + right: 5px; + margin-bottom: 0px; + opacity: 0.3; + font-weight: bolder; + font-size: smaller; +} diff --git a/artifakt/templates/home.jinja2 b/artifakt/templates/home.jinja2 index 63a01c5..441d82c 100644 --- a/artifakt/templates/home.jinja2 +++ b/artifakt/templates/home.jinja2 @@ -91,5 +91,10 @@ + + +