From 9965327d0a84912b13d07fc49591a97c617cf1b3 Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Mon, 9 Mar 2015 18:41:36 +0100 Subject: [PATCH] Updated footer with data source. --- src/static/css/style.css | 5 +++++ src/templates/base_site.html | 18 +++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index ee1c006..f2ad68c 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -96,6 +96,7 @@ body { bottom: 0; left: 0; right: 0; + text-align: center; } #bottom_footer a { @@ -112,6 +113,10 @@ body { float: right; } +.left { + float: left; +} + .bold { font-weight: bold; } diff --git a/src/templates/base_site.html b/src/templates/base_site.html index dd0db59..706a842 100644 --- a/src/templates/base_site.html +++ b/src/templates/base_site.html @@ -32,13 +32,17 @@