From d0e5eab6572b54ddb7c52d8afea1c3786e95ab2f Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Sun, 17 Jul 2005 03:58:08 +0000 Subject: Added missing admin images (for real this time) git-svn-id: http://code.djangoproject.com/svn/django/trunk@135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- media/img/arrow-down.gif | Bin 0 -> 80 bytes media/img/arrow-up.gif | Bin 0 -> 838 bytes media/img/icon_searchbox.png | Bin 0 -> 667 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 media/img/arrow-down.gif create mode 100644 media/img/arrow-up.gif create mode 100644 media/img/icon_searchbox.png diff --git a/media/img/arrow-down.gif b/media/img/arrow-down.gif new file mode 100644 index 0000000000..a967b9fd55 Binary files /dev/null and b/media/img/arrow-down.gif differ diff --git a/media/img/arrow-up.gif b/media/img/arrow-up.gif new file mode 100644 index 0000000000..3fe4851399 Binary files /dev/null and b/media/img/arrow-up.gif differ diff --git a/media/img/icon_searchbox.png b/media/img/icon_searchbox.png new file mode 100644 index 0000000000..8ab579e526 Binary files /dev/null and b/media/img/icon_searchbox.png differ -- cgit v1.3