From 4dbf06f171b4a68aec512d715efdcece2e3031ef Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 18 Jul 2009 04:08:33 +0200 Subject: More work on making that godawful excuse for a browser, IE6, render this stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves. --- website/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'website/index.css') diff --git a/website/index.css b/website/index.css index e0a1e428..bc3f9e3c 100644 --- a/website/index.css +++ b/website/index.css @@ -1,3 +1,7 @@ +img,div,a,input,button,.pngfix { + behavior: url(logi/iepngfix.htc); +} + body { font-family: Verdana; } -- cgit