From: tjhunt Date: Wed, 4 Feb 2009 09:24:56 +0000 (+0000) Subject: themes / pix: MDL-10441 better up, down, left and right icons without a white fringe. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=265f2808a02d4228a8bb1d5bb5335e5726bc8c6a;p=moodle.git themes / pix: MDL-10441 better up, down, left and right icons without a white fringe. Since these are not anti-aliased on a white background, they look better against a wider range of background colours. Since all the lines are at 90 or 45 degrees, jagged edges are not a problem. Thanks to Dag Klimas for these. --- diff --git a/pix/t/delete.gif b/pix/t/delete.gif index 83fd604c59..b9233cd2d7 100644 Binary files a/pix/t/delete.gif and b/pix/t/delete.gif differ diff --git a/pix/t/down.gif b/pix/t/down.gif index f270157d1c..648d4f3f9b 100644 Binary files a/pix/t/down.gif and b/pix/t/down.gif differ diff --git a/pix/t/left.gif b/pix/t/left.gif index 08201d453f..b911ea55fe 100755 Binary files a/pix/t/left.gif and b/pix/t/left.gif differ diff --git a/pix/t/right.gif b/pix/t/right.gif index 52e52c2e10..f9ad52106b 100755 Binary files a/pix/t/right.gif and b/pix/t/right.gif differ diff --git a/pix/t/up.gif b/pix/t/up.gif index 2056b6e6ac..32880e2350 100644 Binary files a/pix/t/up.gif and b/pix/t/up.gif differ