Add IE6 specific hacks CSS that only gets loaded if user agent is MSIE 6.
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:29:08 +0000 (13:29 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 17:29:08 +0000 (13:29 -0400)
commit931c5013597eca0dfe465f13f697ef867db22a91
tree3d66fc9511347aa399ff47212239334074724278
parent64b49c1b5806419a887dbe1a59c72073b943ead4
Add IE6 specific hacks CSS that only gets loaded if user agent is MSIE 6.

This sets the background-image to render using DirectX alpha channels to properly transparentize PNG's. Also removes ordering on ordered lists so that we don't get 1. 1. 1. 1. in the dragdrop list.
app/views/layouts/main.rhtml
public/stylesheets/ie6hacks.css [new file with mode: 0644]
public/stylesheets/main.css

Benjamin Mako Hill || Want to submit a patch?