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
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
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