>
> > border: 0;
> > @@ -517,7 +486,7 @@ div.soft-deprecation-notice h1.title {
> > position: absolute;
> > padding: 0;
> > margin:0;
> > - line-height: 1em;
> > + line-height: 1;
>
>
> Was this intentional?
> What is "1"? em? pt? px? cm?
>
>
Yes, this is intentional. To quote from
https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#Values:
The used value is this unitless <number> multiplied by the element's font
> size. The computed value is the same as the specified <number>. In most
> cases this is the preferred way to set line-height with no unexpected
> results in case of inheritance.