diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 04:08:33 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 04:08:33 +0200 |
commit | 4dbf06f171b4a68aec512d715efdcece2e3031ef (patch) | |
tree | b542f8286bb3ce17fae540c07ce1e05627da50e9 /website/index.css | |
parent | 4dd9e15a4f5b7e5ecff45471ff723835a8989566 (diff) | |
download | lombok-4dbf06f171b4a68aec512d715efdcece2e3031ef.tar.gz lombok-4dbf06f171b4a68aec512d715efdcece2e3031ef.tar.bz2 lombok-4dbf06f171b4a68aec512d715efdcece2e3031ef.zip |
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.
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |