From 29a97bda58c12ecee78bf6fbe5c26b2ce2c776de Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 10 Sep 2009 22:07:57 +0100 Subject: Made copyright notice background translucent This makes it much more pleasant on for non black or white backgrounds --- graphics/translucent.png | Bin 0 -> 178 bytes includes/default.css | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 graphics/translucent.png diff --git a/graphics/translucent.png b/graphics/translucent.png new file mode 100644 index 0000000..48c3866 Binary files /dev/null and b/graphics/translucent.png 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%; } -- cgit v1.2.3