Make footer slightly nicer.
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 3 Feb 2008 14:25:58 +0000 (14:25 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 3 Feb 2008 14:25:58 +0000 (14:25 +0000)
media/style/main.css

index 14aa3ed0619cb14849b3e9fbd013f91aca0b7100..29c0686cb6eeef4a249e7f097bb21b9e8c5869c5 100644 (file)
@@ -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;