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>
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
*/