Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g89V1-00028r-R3 for pgsql-docs@arkaria.postgresql.org; Thu, 04 Oct 2018 19:41:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g89Uz-0001XK-Kw for pgsql-docs@arkaria.postgresql.org; Thu, 04 Oct 2018 19:41:25 +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 1g89Uz-0001XD-8y for pgsql-docs@lists.postgresql.org; Thu, 04 Oct 2018 19:41:25 +0000 Received: from mail-it1-x133.google.com ([2607:f8b0:4864:20::133]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1g89Uw-0007QR-JN for pgsql-docs@lists.postgresql.org; Thu, 04 Oct 2018 19:41:23 +0000 Received: by mail-it1-x133.google.com with SMTP id i76-v6so15769019ita.3 for ; Thu, 04 Oct 2018 12:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gF5xL00l7Ep2WU9QnVB45J0j4Vn98VZWs46zMr7wdWM=; b=LstVOE8nUaa0qkQIeRoE+uLl7Azx+H7ZX3qJW7Wgm4Uabefs/wzOMqB+4C127NmcGF BSTYSfWTCgDmtb+vOMaOLLZh06iFBlL9evY2cR5gKf7baruI97s5FfK8n7pRBv+V5feH G5kVTjsCkYDU1i2Q8c9QL0OKJUIfoRYuhLVPnpGgp6zG6Eh1PfsuQ9XmByP6juyRiqzD bJLtls3dHoqE2XjxBVkWPSn0Mkmpq+Mp4SAF91zppnPEZU8EukOurZ1NkS4OSo3jvxHS WJsVR0QwB3WBq3cGIO4LUoHk2f1EXwcRzGzl6E5s0w57yuo3Um7hO2ZwD/DOwgB6SPWr QleA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gF5xL00l7Ep2WU9QnVB45J0j4Vn98VZWs46zMr7wdWM=; b=EnUzKBqLTVEdNo5Ad/OBrfY7o/K48f112ZASJm8Y2GD0RsGeupQDV6fF9TdY41Nleo Ynx06itDQfvGDc7joT/cCUKJA2XSedjasMMCHtdoVHQdvjciCdjqLt/VJkjtMUIsvTjV NClAF7RDUxOjpFArSWAxu4LiOVkkUfiw7qEWfxSEMz0pWsDNOR0OzmSYJnuyXZc2uSI0 jcV9wvu48uLQqcF+CklHhoivxK6CmGOp0SxeEFjZlTWGS4G+1MjVWeEz/3+BTqMGE97U hFV1JLVL27Qnxt8QrtlzSsU9wt5t805Y62RPWHWmAlaep2UwHbs7b07Wt/ngER1l0lEi hz3g== X-Gm-Message-State: ABuFfoiAz5UCYWFEps/1qxBW3V3SNUt0HeTYW9fngmPwJPzdgjraUY9y AaN9TQSzqHIP6CIJM5Erzd0AcM3hT0KTSKRUJkI= X-Google-Smtp-Source: ACcGV62xHNO9uQgOpiSHwzY8+Bp84+OFc1JAeoMPuNfiYFYt0Ynxxn4Mh1pSVS7/emJ2si7YR4Q7VXAW2ZZTxx/LDRU= X-Received: by 2002:a02:7004:: with SMTP id f4-v6mr6406913jac.141.1538682081528; Thu, 04 Oct 2018 12:41:21 -0700 (PDT) MIME-Version: 1.0 References: <489cd083-d657-1137-006f-f70b803cffda@postgresql.org> In-Reply-To: <489cd083-d657-1137-006f-f70b803cffda@postgresql.org> From: Dean Rasheed Date: Thu, 4 Oct 2018 20:41:09 +0100 Message-ID: Subject: Re: Proposed HTML Documentation Styles To: jkatz@postgresql.org Cc: pgsql-docs@lists.postgresql.org, xenophenes42@gmail.com Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Thu, 4 Oct 2018 at 16:50, Jonathan S. Katz wrote: > As part of the effort to modernize the look and feel of PostgreSQL.org > and associated web projects, Sarah & I have worked on applying the new > styles to the documentation. > > We are looking for feedback in the following areas: > > - Things that may have degraded the user experience, e.g. things that > are difficult to read > - Visual bugs and errors > There seems to be a problem with the layout some of the tables. For example on this page: http://174.138.60.30/docs/10/static/functions-math.html the description column is far too narrow, leading to descriptions with one or two words per line, spread over dozens of lines. Regards, Dean