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
This commit is contained in:
Alvaro Herrera 2023-03-09 19:47:19 +01:00
parent 206b44bb24
commit a7e584a7d6
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ div.example {
margin: 0.5ex;
}
/* Additional formatting for "simplelist" structures */
table.simplelist td {
padding-left: 2em;
padding-right: 2em;
}
/* formatting for entries in tables of functions: indent all but first line */
th.func_table_entry p,