I have a pretty simple button that is marked up like this:
<a href="#" class="common_cta buttons send_inquiry">
<span>Back to homepage</span>
</a>
The computed style of the <a>
element looks like this: http://pastebin.com/u9q6BDHx
The computed style of the <span>
looks like this: http://pastebin.com/P9mR7yHF
Here's what it looks like in comparison, Windows vs. OSX:
As you can see, there's a one pixel discrepancy between Windows and everything else. The designers are requiring that this be a pixel-perfect implementation and I have no idea how to fix the problem specifically for OSX.
How can I fix this?