diff options
author | Nick White <git@njw.me.uk> | 2010-04-27 22:43:50 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-27 22:43:50 +0100 |
commit | 476f6acfdec467986179aadd9f4f659d628dcb21 (patch) | |
tree | 149ee7f31cd51b640e28d1df038ef482726de67c /includes | |
parent | 28ed5e62111ca581d660bc015e0b50247b651848 (diff) | |
download | njw-website-476f6acfdec467986179aadd9f4f659d628dcb21.tar.bz2 njw-website-476f6acfdec467986179aadd9f4f659d628dcb21.zip |
Ensure copyright text is legible
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/style.css b/includes/style.css index 1e66097..84ec65b 100644 --- a/includes/style.css +++ b/includes/style.css @@ -32,6 +32,7 @@ div#footer { div#copyright { border: thin solid #777; background-color: #eee; + color: black; padding: 0.4ex 1em; margin: auto 2%; } |