From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [pgsql-www] Small issue in online devel documentation build |
Date: | 2017-03-02 11:22:55 |
Message-ID: | alpine.DEB.2.20.1703021221200.21981@lancre |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-www |
> 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-03-02 11:39:56 | Re: update comments about CatalogUpdateIndexes |
Previous Message | Maksim Milyutin | 2017-03-02 11:09:24 | Re: Proposal: Local indexes for partitioned table |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-03-04 03:00:11 | Re: [pgsql-www] Small issue in online devel documentation build |
Previous Message | Fabien COELHO | 2017-03-02 10:50:15 | Re: [pgsql-www] Small issue in online devel documentation build |