From: Christian Weiske Date: Fri, 18 Apr 2014 20:10:14 +0000 (+0200) Subject: add footer to html X-Git-Tag: v0.1.0^0 X-Git-Url: https://git.cweiske.de/phancap.git/commitdiff_plain/2d6f1ee37abdcca48b1cb8816573a72832fcd536 add footer to html --- diff --git a/www/css/phancap.css b/www/css/phancap.css index 3c20afc..049f648 100644 --- a/www/css/phancap.css +++ b/www/css/phancap.css @@ -1,3 +1,11 @@ h2 { margin-top: 3ex; -} \ No newline at end of file +} +.footer { + margin-top: 3ex; + margin-bottom: 0px; + border-top: 1px solid #DDD; + color: #999; + text-align: center; + clear: both; +} diff --git a/www/index.php b/www/index.php index ee69271..d2580be 100644 --- a/www/index.php +++ b/www/index.php @@ -145,5 +145,13 @@ foreach ($options->options as $name => $option) { + + + diff --git a/www/setup.php b/www/setup.php index 3107769..a49a7ae 100644 --- a/www/setup.php +++ b/www/setup.php @@ -159,6 +159,14 @@ $out .= << + + + HTM;