From f65ffc2d74c162225685c3034977091b01d07ef2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Dec 2009 23:57:14 +0300 Subject: various icon tweaks --- functions.php | 2 +- images/archive.png | Bin 0 -> 1263 bytes images/art-pub-note.png | Bin 346 -> 1251 bytes images/art-zoom.png | Bin 229 -> 1261 bytes images/fresh.png | Bin 430 -> 1295 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 images/archive.png mode change 100644 => 100755 images/art-zoom.png mode change 100644 => 100755 images/fresh.png diff --git a/functions.php b/functions.php index 7fe21ea4e..b197a7475 100644 --- a/functions.php +++ b/functions.php @@ -2972,7 +2972,7 @@ return "images/archive.png"; break; case -1: - return "images/mark_set.gif"; + return "images/mark_set.png"; break; case -2: return "images/pub_set.gif"; diff --git a/images/archive.png b/images/archive.png new file mode 100755 index 000000000..6edd2da33 Binary files /dev/null and b/images/archive.png differ diff --git a/images/art-pub-note.png b/images/art-pub-note.png index 5d3008f26..e04832676 100755 Binary files a/images/art-pub-note.png and b/images/art-pub-note.png differ diff --git a/images/art-zoom.png b/images/art-zoom.png old mode 100644 new mode 100755 index 5f7c80955..6311b3130 Binary files a/images/art-zoom.png and b/images/art-zoom.png differ diff --git a/images/fresh.png b/images/fresh.png old mode 100644 new mode 100755 index cc19ec2ea..b6040aa9c Binary files a/images/fresh.png and b/images/fresh.png differ -- cgit v1.2.3-54-g00ecf