﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15529,Add class name to first menu item in wp_nav_menu(),johnbillion,,"If the theme displays the output of `wp_nav_menu()` horizontally and wants to put a separator between menu items, then usually something like a left border is used.

To remove this separator from the left hand side of the menu, the first item will often have the border or background image removed by using the ':first-child' CSS pseudo class. This is all well and good but the ':first-child' selector isn't supported in IE6.

If we added a 'first-child' or 'first-menu-item' class to the first menu item then it'd be easier for themers to use this property and maintain support for IE6.

Thoughts?",enhancement,closed,normal,,Template,3.1,normal,duplicate,has-patch needs-testing,
