Set indenting and alignment on new function listing tables

This helps to ensure readability of the new function table listings
while working around some of the generated code from DocBook

Authors: Tom Lane <tgl@sss.pgh.pa.us> and myself
This commit is contained in:
Jonathan S. Katz
2020-04-18 14:48:18 -04:00
parent 8cedd14921
commit 417bb6e561

View File

@ -791,6 +791,14 @@ code,
word-break: unset;
}
/** Formatting for entries in tables of functions: indent all but first line **/
#docContent table.table th.functableentry,
#docContent table.table td.functableentry {
padding-left: 4em;
text-indent: -3.5em;
text-align: left;
}
/**
* Titles, Navigation
*/