From: Christian Weiske Date: Wed, 18 Apr 2012 17:20:35 +0000 (+0200) Subject: footer with phorkie homepage link X-Git-Tag: v0.1.0~9 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/5b1127bdc82daa43786049b29b3ea6251d2908d0 footer with phorkie homepage link --- 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; }