Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1MiN-00077o-4R for pgsql-docs@arkaria.postgresql.org; Thu, 29 Mar 2018 01:50:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f1MiM-0007jp-4C for pgsql-docs@arkaria.postgresql.org; Thu, 29 Mar 2018 01:50:54 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1MfH-0005sV-3U for pgsql-docs@lists.postgresql.org; Thu, 29 Mar 2018 01:47:43 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1MfD-0006Kb-Cr; Thu, 29 Mar 2018 01:47:41 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 86FE721910; Wed, 28 Mar 2018 21:47:38 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 28 Mar 2018 21:47:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=y3cIdL r7ewBJFpAWNHGveGjLlcP6gwA0755qrvLPfy4=; b=BHjqytfWBOopVXLSLZRZtd xXjVHWZ2bP35cyd3WJMBLh2Oj0hS0tfTcpaIH7oU1CwnESt8pgUZ77h0AE6S5rox FR5UjugAgdiGOorHYy7bXHBRI9SOfYvipu/Vnkn0LzTXeRFkDXNTrxgmkFBOFs6I dikbsiR5eTaLihP2SgTxT/sv8JJk4auCtBHvTsqPpoZ3Gq6ABVaDmwJKuZfmKbXu bmkL0RJtKOa41y9tt/NiqSwkQK9KQ0Me5VyJKe9VbN0F8d2WAFt1z5RFJ+f4jp7Z AN6LeUGAOKpPJtcKTErGILBEzyK/IExYoNu+gBOzOBh20FjBaLkH4v6WfifoLFuA == X-ME-Sender: Received: from april.local (c-73-13-66-39.hsd1.pa.comcast.net [73.13.66.39]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CD7510339; Wed, 28 Mar 2018 21:47:38 -0400 (EDT) Subject: Re: Blanks in the first line before the first word in the code boxes To: "Jonathan S. Katz" References: <1237101144.12611.1521809780021.JavaMail.zimbra@dbi-services.com> <5B6B7585-9892-4846-904F-BB5B4A011A7D@postgresql.org> Cc: Daniel Westermann , pgsql-docs@postgresql.org From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: Date: Wed, 28 Mar 2018 21:47:38 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <5B6B7585-9892-4846-904F-BB5B4A011A7D@postgresql.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 3/28/18 21:36, Jonathan S. Katz wrote: > >> On Mar 28, 2018, at 9:32 PM, Peter Eisentraut >> > > wrote: >>> Yeah, that looks weird.  I'll look into it. >> >> Just looking at a nearby thread ... something is quite whacky with the >> web site stylesheet.  It didn't use to look like this.  Check this out: >> https://www.postgresql.org/docs/10/static/pgcrypto.html#id-1.11.7.35.5 > > Something is adding spaces - it’s within the “
” tag, which causes
> browsers
> to interpret each space literally.
> 
> For the case of the “digest” function, the outputted HTML shows the
> first digest
> function indented, the second one at the start of the new line.

Yeah, the spaces are in the source, so it's not a CSS issue.  But it
doesn't come out like that if you build the docs locally.  So it's
something in the web site code.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services