From 6ed4cfd5c494ab91172cfa02b62e7342b6a5a057 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 28 May 2012 10:00:17 +0200 Subject: [PATCH] Add footer with attribution --- templates/index.html | 1 + templates/message.html | 1 + templates/style.css | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/templates/index.html b/templates/index.html index 43c02e9..4487bcc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,6 +45,7 @@ %(items)s + diff --git a/templates/message.html b/templates/message.html index c8dba98..bd1a327 100644 --- a/templates/message.html +++ b/templates/message.html @@ -43,6 +43,7 @@ + diff --git a/templates/style.css b/templates/style.css index a2d1d1c..12f9fbe 100644 --- a/templates/style.css +++ b/templates/style.css @@ -56,6 +56,12 @@ a.back:hover padding: 9px 13px; } +.footer +{ + margin-top: 9px; + font-size: 13px; +} + h2, h3 { margin: 3px 0px;