From 7cb38fd41149ef2dfb22b3e5da4e8afee46e056b Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Fri, 22 Feb 2008 23:27:13 +0100 Subject: Explicitly set bg color to avoid IE braindamage. --- webroot/.static/gfx/Makefile | 2 +- webroot/.static/gfx/lxray-large.png | Bin 30325 -> 30489 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/.static/gfx/Makefile b/webroot/.static/gfx/Makefile index 9ad97b4..b6e596c 100644 --- a/webroot/.static/gfx/Makefile +++ b/webroot/.static/gfx/Makefile @@ -8,7 +8,7 @@ clean: lxray-large.png: %.png: %.svg - inkscape -e $@ -w 300 $< + inkscape -b white -e $@ -w 300 $< %.png: %.svg inkscape -e $@ -w 16 -h 16 $< diff --git a/webroot/.static/gfx/lxray-large.png b/webroot/.static/gfx/lxray-large.png index afc3d07..30eab01 100644 Binary files a/webroot/.static/gfx/lxray-large.png and b/webroot/.static/gfx/lxray-large.png differ -- cgit v1.2.3