The responsive workflow

What I learned today: don't leave spaces in your :nth-child selectors. :nth-child(2n + 1) doesn't work on iOS. :nth-child(2n+1) works as expected on iOS.

View all tags
Posted on Aug 30, 2011

More by Dan Ott

View profile