From 90fe8cce61018fa804dbbc36535f9abe11e33668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Fri, 25 Sep 2015 23:07:48 +0200 Subject: [PATCH] template extended with footer --- resources/public/style.css | 2 +- resources/template.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/public/style.css b/resources/public/style.css index f871ed0..05c34f0 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -72,7 +72,7 @@ fieldset { font-weight: 300; } -#footer { +footer { text-align: center; padding-bottom: 1em; font-size: 0.8em; diff --git a/resources/template.html b/resources/template.html index c3c4111..06048a6 100644 --- a/resources/template.html +++ b/resources/template.html @@ -10,5 +10,14 @@
%CONTENT%
+