From 128ae2956f9081b6d9fc39daa1318e930d06b7fe Mon Sep 17 00:00:00 2001 From: Brett Parker Date: Sun, 3 Feb 2008 14:25:58 +0000 Subject: [PATCH] Make footer slightly nicer. --- media/style/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/media/style/main.css b/media/style/main.css index 14aa3ed..29c0686 100644 --- a/media/style/main.css +++ b/media/style/main.css @@ -109,6 +109,15 @@ body #page #content { } body #page #footer { + text-align: center; + margin: 0; + padding: 0.2em; + background: #9a9a9a; + color: black; + border-top: thin solid #000000; +} + +body #page #footer p { width: 100%; font-size: 70%; text-align: center; -- 2.30.2