diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
commit | a61efb8db4904a848ba69f3e87747db5883693c1 (patch) | |
tree | 6fd85362009f8ef991a40c822eb0e60474af41f6 /website/logi | |
parent | 316ce2584a3d7b860dd3fbe96057df2086808364 (diff) | |
download | lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.gz lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.bz2 lombok-a61efb8db4904a848ba69f3e87747db5883693c1.zip |
Site now looks passable in IE6 and IE7 too.
Diffstat (limited to 'website/logi')
-rwxr-xr-x | website/logi/iepngfix.htc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/logi/iepngfix.htc b/website/logi/iepngfix.htc index 7ca4dbe9..bbfb23c5 100755 --- a/website/logi/iepngfix.htc +++ b/website/logi/iepngfix.htc @@ -13,7 +13,7 @@ IEPNGFix.data = IEPNGFix.data || {}; // This must be a path to a blank image, relative to the HTML document(s). // In production use I suggest '/images/blankImg' or similar. That's all! -IEPNGFix.blankImg = 'logi-img/clear.gif'; +IEPNGFix.blankImg = 'clear.gif'; IEPNGFix.fix = function(elm, src, t) { |