> > The line-height is different. It's 13px versus 17px But I'd > > not use pixel if I was you, I'd go unit-less > > Adjusting the line height to 13px does not correct the problem.
Did you just add the text-transform styling for the links to the left? I don't recall these were in uppercase. Anyway, I see that now you have the same line-height and for me this did fix the problem. In Firebug increase the line-height and you'll see the border moving away from the text. Note that this is due to your styling of the links. Without inline-block the line-height would not change the space between the text and the border. -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
