From 4863ce5e78d880f1ca8a1874cd03022afb061f4a Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 28 Jun 2013 20:38:14 -0700 Subject: new layout for the home buttons --- public/img/32/arrow-down.png | Bin 0 -> 453 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/img/32/arrow-down.png (limited to 'public') diff --git a/public/img/32/arrow-down.png b/public/img/32/arrow-down.png new file mode 100644 index 0000000..3b16e6d Binary files /dev/null and b/public/img/32/arrow-down.png differ -- cgit v1.2.3 From 8d158d8472cd4c83ba6fa2f0e4fc080b8936f5de Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 6 Jul 2013 19:02:47 -0700 Subject: rename /img/ to /icons/ so as to not conflict with existing puppet deploy recipes. --- public/icons/32/arrow-down.png | Bin 0 -> 453 bytes public/img/32/arrow-down.png | Bin 453 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/icons/32/arrow-down.png delete mode 100644 public/img/32/arrow-down.png (limited to 'public') diff --git a/public/icons/32/arrow-down.png b/public/icons/32/arrow-down.png new file mode 100644 index 0000000..3b16e6d Binary files /dev/null and b/public/icons/32/arrow-down.png differ diff --git a/public/img/32/arrow-down.png b/public/img/32/arrow-down.png deleted file mode 100644 index 3b16e6d..0000000 Binary files a/public/img/32/arrow-down.png and /dev/null differ -- cgit v1.2.3 From 3113f8b814417a896ad5340fda88927733f8ab22 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 7 Jul 2013 00:21:54 -0700 Subject: move icon path -- it turns out /icons/ is used by apache in most default installations, so leap's icons moved to /leap-img/ --- public/icons/32/arrow-down.png | Bin 453 -> 0 bytes public/leap-img/32/arrow-down.png | Bin 0 -> 453 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 public/icons/32/arrow-down.png create mode 100644 public/leap-img/32/arrow-down.png (limited to 'public') diff --git a/public/icons/32/arrow-down.png b/public/icons/32/arrow-down.png deleted file mode 100644 index 3b16e6d..0000000 Binary files a/public/icons/32/arrow-down.png and /dev/null differ diff --git a/public/leap-img/32/arrow-down.png b/public/leap-img/32/arrow-down.png new file mode 100644 index 0000000..3b16e6d Binary files /dev/null and b/public/leap-img/32/arrow-down.png differ -- cgit v1.2.3