summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-26 18:34:11 +0100
committerNick White <git@njw.me.uk>2010-04-26 18:34:11 +0100
commit28ed5e62111ca581d660bc015e0b50247b651848 (patch)
tree84a709f6871fb846ec1607589850b5c905896f63 /includes
parentee36d43da169881a279e524683adaaf7600368d8 (diff)
downloadnjw-website-28ed5e62111ca581d660bc015e0b50247b651848.tar.bz2
njw-website-28ed5e62111ca581d660bc015e0b50247b651848.zip
Don't bother with slow copyright background image
Diffstat (limited to 'includes')
-rw-r--r--includes/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css
index 3c1e38e..1e66097 100644
--- a/includes/style.css
+++ b/includes/style.css
@@ -31,7 +31,7 @@ div#footer {
div#copyright {
border: thin solid #777;
- background-image: url(/graphics/translucent.png);
+ background-color: #eee;
padding: 0.4ex 1em;
margin: auto 2%;
}