I’m currently developing a site ( http://landscaping.jvsoftware.com/ ) but I’m having some strange problems in FF5 with the line heights, it just looks a bit bigger (like 0.1ems) in comparison to any of the other major browsers I don’t remember having this problem before (or maybe I didn’t notice it). I’m using the HTML5 Boilerplate Normalize CSS instead of a reset so I don’t know if it has to do with this, do you guys know where the issue might be?
Thanks in advance.
Could it be that FF5 is defaulting the
line-heightto a different measurement because for almost all of them you haveline-height:#;without defining a measurement type(i.e em, px, or pt).