aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@taniquetil.(none)>2008-02-22 23:27:13 +0100
committerArne Georg Gleditsch <argggh@taniquetil.(none)>2008-02-22 23:27:13 +0100
commit7cb38fd41149ef2dfb22b3e5da4e8afee46e056b (patch)
treeb70fe75ab76bca10398f7b1566326a41df09b062
parent20f443c0a7aabd7f7b9fce944019e9a936157ba4 (diff)
Explicitly set bg color to avoid IE braindamage.
-rw-r--r--webroot/.static/gfx/Makefile2
-rw-r--r--webroot/.static/gfx/lxray-large.pngbin30325 -> 30489 bytes
2 files changed, 1 insertions, 1 deletions
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
--- a/webroot/.static/gfx/lxray-large.png
+++ b/webroot/.static/gfx/lxray-large.png
Binary files differ