Re: [pgsql-www] Small issue in online devel documentation build

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 10:50:15
Message-ID: alpine.DEB.2.20.1703021145471.21981@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

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

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-03-02 11:08:47 Re: [PATCH] SortSupport for macaddr type
Previous Message Amit Kapila 2017-03-02 10:24:38 Re: Enabling parallelism for queries coming from SQL or other PL functions

Browse pgsql-www by date

  From Date Subject
Next Message Fabien COELHO 2017-03-02 11:22:55 Re: [pgsql-www] Small issue in online devel documentation build
Previous Message Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 2017-03-02 01:41:47 Re: Further UTF8/MIME fixes for the commitfest app