diff options
author | Nick White <git@njw.me.uk> | 2010-04-26 18:34:11 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-26 18:34:11 +0100 |
commit | 28ed5e62111ca581d660bc015e0b50247b651848 (patch) | |
tree | 84a709f6871fb846ec1607589850b5c905896f63 | |
parent | ee36d43da169881a279e524683adaaf7600368d8 (diff) | |
download | njw-website-28ed5e62111ca581d660bc015e0b50247b651848.tar.bz2 njw-website-28ed5e62111ca581d660bc015e0b50247b651848.zip |
Don't bother with slow copyright background image
-rw-r--r-- | graphics/translucent.png | bin | 178 -> 0 bytes | |||
-rw-r--r-- | includes/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/translucent.png b/graphics/translucent.png Binary files differdeleted file mode 100644 index 48c3866..0000000 --- a/graphics/translucent.png +++ /dev/null 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%; } |