From 5b1127bdc82daa43786049b29b3ea6251d2908d0 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 18 Apr 2012 19:20:35 +0200 Subject: [PATCH] footer with phorkie homepage link --- data/templates/base.htm | 8 ++++++++ www/phorkie.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/data/templates/base.htm b/data/templates/base.htm index b20bc80..879635b 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -45,5 +45,13 @@ + + + \ No newline at end of file diff --git a/www/phorkie.css b/www/phorkie.css index 60bf8ff..e2b1bfb 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -28,6 +28,14 @@ a.anchorlink { color: #FFA; } +.footer { + margin-top: 36px; + margin-bottom: 0px; + border-top: 1px solid #DDD; + color: #999; + text-align: center; +} + h1 { margin-bottom: 0.5ex; } -- 2.30.2