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 --- includes/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/default.css') 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