diff options
author | Nick White <git@njw.me.uk> | 2009-09-10 22:07:57 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-09-10 22:07:57 +0100 |
commit | 29a97bda58c12ecee78bf6fbe5c26b2ce2c776de (patch) | |
tree | b989acfbf73cd020dd1f18d2aa87078d4a45c8c2 /includes/default.css | |
parent | dce744156d5f8786962189cc96462c7a704d84c0 (diff) | |
download | njw-website-source-29a97bda58c12ecee78bf6fbe5c26b2ce2c776de.tar.bz2 njw-website-source-29a97bda58c12ecee78bf6fbe5c26b2ce2c776de.zip |
Made copyright notice background translucent
This makes it much more pleasant on for non black or white backgrounds
Diffstat (limited to 'includes/default.css')
-rw-r--r-- | includes/default.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/default.css b/includes/default.css index b23c496..cedde30 100644 --- a/includes/default.css +++ b/includes/default.css @@ -57,8 +57,7 @@ div#footer div#copyright { border: thin solid #777; - background-color: #ddd; - color: black; + background-image: url(/graphics/translucent.png); padding: 0.4ex 1em; margin: auto 2%; } |