summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-09-10 22:07:57 +0100
committerNick White <git@njw.me.uk>2009-09-10 22:07:57 +0100
commit29a97bda58c12ecee78bf6fbe5c26b2ce2c776de (patch)
treeb989acfbf73cd020dd1f18d2aa87078d4a45c8c2
parentdce744156d5f8786962189cc96462c7a704d84c0 (diff)
downloadnjw-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
-rw-r--r--graphics/translucent.pngbin0 -> 178 bytes
-rw-r--r--includes/default.css3
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/translucent.png b/graphics/translucent.png
new file mode 100644
index 0000000..48c3866
--- /dev/null
+++ b/graphics/translucent.png
Binary files differ
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%;
}