From 2d6f1ee37abdcca48b1cb8816573a72832fcd536 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 18 Apr 2014 22:10:14 +0200 Subject: [PATCH] add footer to html --- www/css/phancap.css | 10 +++++++++- www/index.php | 8 ++++++++ www/setup.php | 8 ++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) 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; -- 2.30.2