1 reply [Last post]
ljCharlie
Offline
Enthusiast
Last seen: 5 years 48 weeks ago
Timezone: GMT-5
Joined: 2005-04-11
Posts: 66
Points: 29

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?

css-lineHeight-error.JPG

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 1 day ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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.