-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
Description
Use :first-child instead of :nth-child(1)
:first-child == IE7/8
:nth-child == IE9
https://developer.mozilla.org/fr/docs/Web/CSS/:nth-child
https://developer.mozilla.org/fr/docs/Web/CSS/:first-child
andrewjrhill