mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user