zachstronaut / stop-sopa

A way to participate in the Jan 18 blackout.
138 stars 46 forks source link

Made IE9 and Mobile Safari (iPhone) nicer #2

Closed paularmstrong closed 11 years ago

paularmstrong commented 12 years ago

This should fix a bunch of the styles for IE9, some cleanup/updating of the code for best practices, and nice < 480px screen/device width stylesheet that makes things more readable.

zachstronaut commented 12 years ago

I might grab parts of this to merge in. Thanks for the IE9 inline SVG idea.

There's still the issues of it requiring JS to cast a shadow and also the box shadow being missing on iPhone.

zachstronaut commented 12 years ago

Move overflow-x: hidden; from body to #text-shadow-box to avoid bugs with orientation change on iOS.