Re: [css-d] css reset line-height

2011-10-20 Thread Chris F.A. Johnson
On Thu, 20 Oct 2011, Dougie McGilvray wrote: Hi, going back through a site to make it usable in IE7. I'm noticing the root of many problems come from a rule in the section resetting browser defaults: * {line-height: 1px} I notice in Meyer's CSS Reset, the reset is body { line-height: 1; } Am

Re: [css-d] css reset line-height

2011-10-20 Thread Philippe Wittenbergh
On Oct 21, 2011, at 9:24 AM, Dougie McGilvray wrote: > * {line-height: 1px} > > I notice in Meyer's CSS Reset, the reset is > > body { > line-height: 1; > } > > Am I correct in assuming this is a typo, one of us has changed it to 1px?? Definitively a typo Philippe -- Philippe Wittenbergh http

[css-d] css reset line-height

2011-10-20 Thread Dougie McGilvray
Hi, going back through a site to make it usable in IE7. I'm noticing the root of many problems come from a rule in the section resetting browser defaults: * {line-height: 1px} I notice in Meyer's CSS Reset, the reset is body { line-height: 1; } Am I correct in assuming this is a typo, one of