In CSS, line-height seems to be ignored for anything less than the font-size defined.
I'm trying to get the "+" vert/horz centered within the button. line-height
stops being effective as soon as it's less than the font size when the button is either inline-block or block. Links contain fiddles.
On mac Safari/Firefox/Chrome, the behavior is all consistent but seemingly incorrect. However, I'm not finding any mention of this behavior and I've even found an old test page that alludes to this being incorrect behavior: http://www.hixie.ch/tests/evil/mixed/lineheight3.html#a6
So what gives? I remember being able to use line-height this way. When'd it change? Is this part of the html5 spec? Does anyone have a workaround? (vertical-align also seems to not work.)