Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild
Date
Msg-id alpine.DEB.2.20.1703021221200.21981@lancre
Whole thread Raw
In response to Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
> After asking around, and testing with a colleague, we got the same strange 
> size behavior on firefox mac as well.
>
> There are 2 possible solutions:
>
> (1) do not nest in the first place (i.e. apply the patch I sent).
>
> (2) do use absolute sizes in the CSS, not relative ones like "1.3em"
>    which accumulate multiplications when code appears in code,
>    and count on the navigator ctrl-+/- for users to adjust size
>    consistently to their needs.

(3) a CSS work-around, including the "!important" marker:
    code code {      font-size: 100% !important;    }

This is probably the minimum fuss solution.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Maksim Milyutin
Date:
Subject: Re: [HACKERS] Proposal: Local indexes for partitioned table
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] update comments about CatalogUpdateIndexes