Fri, 2013-10-04 14:12
In the picture below, the top image is coming from Fire-bug in FireFox v24 and the bottom image shows fire-bug in Chrome. The problem I'm having is the line-height: normal; line. However, this line of CSS code only shows up in Chrome but not Firefox. And this line of code is not found any my .css file at all but it's affecting the outcome/display on the browser -- both browsers. So, where else should I look for this line to remove it?
Fri, 2013-10-04 22:21
#1
if you are not setting the
if you are not setting the line hight anywhere then the default "normal" would be inherited.
You just need to specify the value you want.