| From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-www(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] Small issue in online devel documentation build |
| Date: | 2017-03-11 21:04:53 |
| Message-ID: | alpine.DEB.2.20.1703112200390.5791@lancre |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
>> Now the font size fixing is a good thing because courrier like fonts are
>> somehow too small, it just must not accumulate, hence the suggested
>> solutions, one of which should be applied.
>
> OK, it was Javascript, not CSS. Here is what I think I did to fix the
> fonts:
>
> https://github.com/postgres/pgweb/blob/master/media/js/monospacefix.js
Indeed, this javascript does generates the faulty display based on a
dynamic evaluation of relative font sizes. That's fun.
Maybe just generate a fixed size instead so as to avoid accumulation on
nesting?
--
Fabien.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2017-03-11 21:13:23 | Re: INSERT INTO arr2(array[1].d, array[2].d) |
| Previous Message | Jim Nasby | 2017-03-11 20:52:04 | Re: How to get the 'ctid' from a record type? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2017-03-13 08:12:14 | Please remove onerous /^\s*config\b/i body filter. |
| Previous Message | Bruce Momjian | 2017-03-11 20:37:00 | Re: [HACKERS] Small issue in online devel documentation build |