dyoo / WeScheme

29 stars 16 forks source link

Move IE CSS support into compat.jsp #22

Closed schanzer closed 13 years ago

schanzer commented 13 years ago

Now that we're using @media queries (to detect small screens, for example), IE is left out in the cold. It doesn't support @media, so it loads no CSS whatsoever! I've added a line in compat.jsp to force IE to load the default CSS file.