agora inbox for pgsql-hackers@postgresql.org  
help / color / mirror / Atom feed
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Subject: [PATCH v2] Add padding to table.simplelist for more readable output
Date: Thu, 9 Mar 2023 10:22:23 +0100

This only affects the Postgres documentation pages.

Suggested by Karl Pinc

Reviewed-by: Jonathan S. Katz
Reviewed-by: Daniel Gustafsson
---
 media/css/main.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/media/css/main.css b/media/css/main.css
index 723366c9..e69e5f16 100644
--- a/media/css/main.css
+++ b/media/css/main.css
@@ -1169,6 +1169,12 @@ code,
   color: var(--doccontent-code-fg-color) !important;
 }
 
+/** Additional formatting for "simplelist" structures */
+#docContent table.simplelist td {
+	padding-left: 2em;
+	padding-right: 2em;
+}
+
 /**
   * Various callout boxes for docs, including warning, caution, note, tip
   */
-- 
2.30.2


--75zov3m5mrqcnjtv--





view thread (3+ messages)  latest in thread

Message-ID: <no-message-id-630405@localhost>
Permalink:  ../../no-message-id-630405@localhost/
Also on:    postgresql.org/message-id/no-message-id-630405@localhost

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-hackers@postgresql.org
  Cc: alvherre@alvh.no-ip.org
  Subject: Re: [PATCH v2] Add padding to table.simplelist for more readable output
  In-Reply-To: <no-message-id-630405@localhost>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox