From a58f0bee9539e9908d8b8d0c119b4d2ad27ca23e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 02:03:01 -0400 Subject: Add border, margin, and text centering to footer. --- (limited to 'main.css') diff --git a/main.css b/main.css index 28959bc..842328d 100644 --- a/main.css +++ b/main.css @@ -127,10 +127,13 @@ div.body { } footer { - margin: 8px; + border-width: 1px 0px 0px 0px; + border-style: solid; + border-color: #999999; + margin: 16px 24px 8px 24px; clear: both; } footer p { font-size: 8pt; - text-align: right; + text-align: center; } -- cgit v0.9.1