From fcd28fd9c1687c2d63b9001df5e6ffb51b0f1c4c Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 13 Jun 2014 16:00:47 -0400 Subject: [PATCH] footer background w extra elements --- styles.css | 8 +++++++- templates/template.html | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index b6c3322..4276465 100644 --- a/styles.css +++ b/styles.css @@ -343,11 +343,17 @@ body { font-weight: bold; } #copyright { - padding: 10px; + margin-bottom: 1em; + } +#copyright .columns div { text-align: center; + background: rgba(255, 255, 255, .5); + border-radius: 5px; } #copyright p { font-size: 13px; + margin: 0; + padding: 10px; } /* Image Upload Icons */ .file-download, .download { diff --git a/templates/template.html b/templates/template.html index eaf68bc..c17bef6 100644 --- a/templates/template.html +++ b/templates/template.html @@ -171,7 +171,11 @@ $(function() { -- 2.17.1