Add padding to table.simplelist for more readable output
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 13 Mar 2023 13:23:53 +0000 (09:23 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 13 Mar 2023 13:23:53 +0000 (09:23 -0400)
This adds changes to the "simplelist" structure found in the
documentation to make it more readable.

Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Suggested-by: Karl Pinc <kop@karlpinc.com>
Reviewed-by: Jonathan Katz <jonathan.katz@excoventures.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
media/css/main.css

index 723366c96d2bdd719a8a6f6f25acaed6519e8551..5f8bfdd51c0be9d9ad17c78e60c6c8dcf4dd2870 100644 (file)
@@ -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
   */