summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 02:07:33 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 02:07:33 (EDT)
commitc19b3c8623b170c32d22e2ee7663941b9121ec74 (patch)
treed9f893f8c5943bb4b8b4aed150cc01be2c1d0c5e /main.css
parent9bbe162059d2149d64e0e3bc9de1d9be3f5e24b5 (diff)
Set font color in footer.
Diffstat (limited to 'main.css')
-rw-r--r--main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.css b/main.css
index dbe2fd2..d04c45e 100644
--- a/main.css
+++ b/main.css
@@ -135,7 +135,8 @@ footer {
padding: 8px 0px 0px 0px;
clear: both;
}
-footer p {
+footer p, footer p * {
font-size: 8pt;
text-align: center;
+ color: #666666;
}