Topic: The navbar refined

Trying to reconfigure the navbar using some CSS razzle'n'dazzle (preview!) by editing the functions.php file and adding class="button" to each of the menu items (ooo, advanced!) but the logged in "Messages" link doesn't have the button class. Is it possible it's not in functions.php or did I just miss it?

In advance: thanks.

2

Re: The navbar refined

You don't need class="button" on the links. Just use a descendant selector
#brdmenu li a {}

What "Messages" link, I don't see one.