diff options
author | matthew <matthew> | 2007-08-29 23:18:22 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-08-29 23:18:22 +0000 |
commit | 237ca914003266cefa7b0b7f4256f74e470e2a97 (patch) | |
tree | d93e7ec8e7e628b95b1225f2fc09e959c3dd87b5 | |
parent | 2b63a54dc79305bca95913c94ea73ed47cd03bc6 (diff) |
Cache icon.
-rw-r--r-- | web/css.css | 2 | ||||
-rw-r--r-- | web/i/new.png | bin | 0 -> 989 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index 0d20f5ad0..79bbe75e7 100644 --- a/web/css.css +++ b/web/css.css @@ -160,7 +160,7 @@ ul#error { } #nav_new a { - background-image: url("http://upload.wikimedia.org/wikipedia/en/1/1a/New.png"); + background-image: url("/i/new.png"); background-repeat: no-repeat; background-position: 100% 0; } diff --git a/web/i/new.png b/web/i/new.png Binary files differnew file mode 100644 index 000000000..5889d8256 --- /dev/null +++ b/web/i/new.png |