Re: [HACKERS] Small issue in online devel documentation build

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
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 20:37:00
Message-ID: 20170311203700.GA21692@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Sat, Mar 11, 2017 at 07:04:06AM +0100, Fabien COELHO wrote:
>
> Hello Bruce,
>
> >On Fri, Mar 10, 2017 at 11:21:33AM -0500, Peter Eisentraut wrote:
> >>Web team, any thoughts on the CSS details?
> >
> >I think I did some CSS long ago to adjust font sizes for certain font
> >types on our website. Should I find that?
>
> Dunno. Maybe?
>
> The issue is the 1.3em associated to code, because when code is used within
> code, the 1.3 multiplier accumulates and things get bigger and bigger.
>
> 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

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2017-03-11 20:43:55 INSERT INTO arr2(array[1].d, array[2].d)
Previous Message Joe Conway 2017-03-11 20:35:38 Re: scram and \password

Browse pgsql-www by date

  From Date Subject
Next Message Fabien COELHO 2017-03-11 21:04:53 Re: [HACKERS] Small issue in online devel documentation build
Previous Message Magnus Hagander 2017-03-11 18:35:50 Re: Further UTF8/MIME fixes for the commitfest app