Skip to content

Commit a7e584a

Browse files
committed
HTML docs: Add padding to table.simplelist for more readable output
This couples with a to-be-pushed pgweb patch to synchronize the other stylesheet under which these docs are rendered on the website. Author: Karl Pinc <kop@karlpinc.com> Discussion: https://postgr.es/m/20230122144246.0ff87372@slate.karlpinc.com
1 parent 206b44b commit a7e584a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/stylesheet.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ div.example {
7676
margin: 0.5ex;
7777
}
7878

79+
/* Additional formatting for "simplelist" structures */
80+
table.simplelist td {
81+
padding-left: 2em;
82+
padding-right: 2em;
83+
}
84+
7985
/* formatting for entries in tables of functions: indent all but first line */
8086

8187
th.func_table_entry p,

0 commit comments

Comments
 (0)