summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 02:03:01 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 02:03:01 (EDT)
commita58f0bee9539e9908d8b8d0c119b4d2ad27ca23e (patch)
tree92418d7f526d51d401ca9cc20a65e9f5a90c8575 /main.css
parent58ccfc5fcf50b880d442c69fc78cbfd930f88fe5 (diff)
Add border, margin, and text centering to footer.
Diffstat (limited to 'main.css')
-rw-r--r--main.css7
1 files changed, 5 insertions, 2 deletions
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;
}