byuweb / HTML-Templates

Development for BYU responsive theme
http://byuweb.github.io/HTML-Templates/
9 stars 9 forks source link

Featured Links in dropdown menu #65

Closed wjmerrill closed 11 years ago

wjmerrill commented 11 years ago

The featured list on the templates is parent to another list which contains the links. On the current homepage, the "featured" class is declared on each link. Which method is better? We were thinking that it would be better to have the "featured" class declared on each featured link.

nwalton3 commented 11 years ago

It takes less code to put the class on a parent, and there's not really much difference.