From 50d915fed681509e84e625a5bfd4e3602dfe98d2 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Mon, 6 Jun 2005 18:36:59 +0200 Subject: TOC arrow with simple transparency This patch exchanges the images for the TOC arrow from PNG with alpha channel to GIF with transparent background. This is done because the IE doesn't cope with transparent PNG images very well. Shame on you Microsoft. darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz --- lib/images/arrow_down.gif | Bin 0 -> 273 bytes lib/images/arrow_down.png | Bin 462 -> 0 bytes lib/images/arrow_up.gif | Bin 0 -> 274 bytes lib/images/arrow_up.png | Bin 431 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/images/arrow_down.gif delete mode 100644 lib/images/arrow_down.png create mode 100644 lib/images/arrow_up.gif delete mode 100644 lib/images/arrow_up.png (limited to 'lib/images') diff --git a/lib/images/arrow_down.gif b/lib/images/arrow_down.gif new file mode 100644 index 000000000..ff13b9585 Binary files /dev/null and b/lib/images/arrow_down.gif differ diff --git a/lib/images/arrow_down.png b/lib/images/arrow_down.png deleted file mode 100644 index cc0ab149c..000000000 Binary files a/lib/images/arrow_down.png and /dev/null differ diff --git a/lib/images/arrow_up.gif b/lib/images/arrow_up.gif new file mode 100644 index 000000000..d491c18db Binary files /dev/null and b/lib/images/arrow_up.gif differ diff --git a/lib/images/arrow_up.png b/lib/images/arrow_up.png deleted file mode 100644 index 3031122e5..000000000 Binary files a/lib/images/arrow_up.png and /dev/null differ -- cgit v1.2.3