http://jsfiddle.net/d1zqsayh/ (Strange issue not appearing on jsfiddle, very odd)
When I modify the padding in the .css file at line 41 from 10px 18px;
to 10px 17px;
, I notice a difference in how the content is displayed on my screen in both Google Chrome and Internet Explorer. Surprisingly, the issue does not occur on jsfiddle.
The top image shows the display with padding set to 17px
, while the bottom image shows it with padding set to 18px
.
What could be causing this discrepancy?