diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-06 18:36:59 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-06 18:36:59 +0200 |
commit | 50d915fed681509e84e625a5bfd4e3602dfe98d2 (patch) | |
tree | c4f3c583ddf662e1ce58e5a234e44111e8afab63 /lib | |
parent | ed956383c3a142f0466a61732469a6a73274744c (diff) | |
download | rpg-50d915fed681509e84e625a5bfd4e3602dfe98d2.tar.gz rpg-50d915fed681509e84e625a5bfd4e3602dfe98d2.tar.bz2 |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/images/arrow_down.gif | bin | 0 -> 273 bytes |
-rw-r--r-- | lib/images/arrow_down.png | bin | 462 -> 0 bytes |
-rw-r--r-- | lib/images/arrow_up.gif | bin | 0 -> 274 bytes |
-rw-r--r-- | lib/images/arrow_up.png | bin | 431 -> 0 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/lib/images/arrow_down.gif b/lib/images/arrow_down.gif Binary files differnew file mode 100644 index 000000000..ff13b9585 --- /dev/null +++ b/lib/images/arrow_down.gif diff --git a/lib/images/arrow_down.png b/lib/images/arrow_down.png Binary files differdeleted file mode 100644 index cc0ab149c..000000000 --- a/lib/images/arrow_down.png +++ /dev/null diff --git a/lib/images/arrow_up.gif b/lib/images/arrow_up.gif Binary files differnew file mode 100644 index 000000000..d491c18db --- /dev/null +++ b/lib/images/arrow_up.gif diff --git a/lib/images/arrow_up.png b/lib/images/arrow_up.png Binary files differdeleted file mode 100644 index 3031122e5..000000000 --- a/lib/images/arrow_up.png +++ /dev/null |