diff options
author | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2008-02-22 23:27:13 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2008-02-22 23:27:13 +0100 |
commit | 7cb38fd41149ef2dfb22b3e5da4e8afee46e056b (patch) | |
tree | b70fe75ab76bca10398f7b1566326a41df09b062 /webroot | |
parent | 20f443c0a7aabd7f7b9fce944019e9a936157ba4 (diff) |
Explicitly set bg color to avoid IE braindamage.
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/.static/gfx/Makefile | 2 | ||||
-rw-r--r-- | webroot/.static/gfx/lxray-large.png | bin | 30325 -> 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 Binary files differindex afc3d07..30eab01 100644 --- a/webroot/.static/gfx/lxray-large.png +++ b/webroot/.static/gfx/lxray-large.png |