csswizardry / vanilla

My personal starting point for new builds.
184 stars 25 forks source link

.nav does not require `list-style:none` #5

Closed i-like-robots closed 12 years ago

i-like-robots commented 12 years ago

.nav does not require list-style:none as list item elements are no-longer set to display as list items. Tested in IE 7/8/9, FF 3.6/4/12, Safari 4/5.1, Chrome 20, 22, Opera 13, Android 2.3.7 and iOS 5

Test case here: http://jsfiddle.net/FwXTK/embedded/result/

(I've been using your nav abstraction, I thought this was the most appropriate place to bring my findings with it)