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.1703021145471.21981@lancre
Whole thread Raw
In response to Re: [pgsql-www] [HACKERS] Small issue in online devel documentation build  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers

> I'm not sure whether it is a stylesheet issue: it is the stylesheet as 
> interpreted by chrome... all is fine with firefox. Whether the bug is in 
> chrome or the stylesheet or elsewhere is well beyond my HTML/CSS skills, but 
> I can ask around.

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
appearsin code,    and count on the navigator ctrl-+/- for users to adjust size    consistently to their needs.
 

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Enabling parallelism for queries coming from SQL orother PL functions
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] [PATCH] SortSupport for macaddr type