From 03ab5309a68211e46ff470e1d3603a1247a79f03 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 23 Sep 2009 22:22:54 +0200 Subject: add a footer to each page --- inc/html.inc.php | 1 + layout/style.css | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/inc/html.inc.php b/inc/html.inc.php index d1d2a65..1001381 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -16,6 +16,7 @@ EOT; function html_end() { echo <<Collectd Graph Panel is distributed under the GNU General Public License (GPL) EOT; diff --git a/layout/style.css b/layout/style.css index 90bc9a5..08b6757 100644 --- a/layout/style.css +++ b/layout/style.css @@ -30,3 +30,14 @@ ul { li { display: inline; } + +hr { + height: 0; + border: 0; + margin-bottom: 0; + border-top: 1px solid #000; +} + +.small { + font-size: 0.7em; +} -- cgit v1.1