The landing page mentioned above contains an offers box with four donation buttons. The first three buttons have individual ids and a left margin of 13px.
While everything looks good in all browsers, there is an issue with ie7. It seems to be ignoring the left-margin of 13px on the first button only.
Upon inspecting the element using IE's developer tools (in IE8 compatibility mode), it shows that the 13px margin is present without being crossed out. However, the browser still does not render it correctly!
Is this a known quirk specific to ie7 or did I overlook adding a necessary CSS declaration? Any suggestions or solutions would be greatly appreciated. Thank you!