diff options
author | P. 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) |
commit | a58f0bee9539e9908d8b8d0c119b4d2ad27ca23e (patch) | |
tree | 92418d7f526d51d401ca9cc20a65e9f5a90c8575 | |
parent | 58ccfc5fcf50b880d442c69fc78cbfd930f88fe5 (diff) |
Add border, margin, and text centering to footer.
-rw-r--r-- | main.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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; } |