The LI and A elements in the primary and secondary links should occupy their full height in the UL block.
Some designer is bound to want hover effects or different colours and at the moment, you'll get the background above and below.
And I can't for the life of me figure out what is preventing this :(
Firebug reports no padding or margin, but the offset shows the LI is 3 pixels lower than the UL...
Comments
Comment #1
joachim commentedAh.
It's line-height.
I'll leave you to figure out how best to sort it... :D
Comment #2
psynaptic commentedOk, took you lead and fixed it. Ended up using display: block; float: left; on the li elements.
http://drupal.org/cvs?commit=228912
Thanks for helping, joachim :)