Jonathan Katz felt that slightly different indentation settings made
for a better-looking result, so sync stylesheet-fo.xsl (for PDF) and
stylesheet.css (for non-website-style HTML) with those choices.
Discussion: https://postgr.es/m/31464.
1587156281@sss.pgh.pa.us
- 5em
- -5em
+ 4em
+ -3.5em
left
/* formatting for entries in tables of functions: indent all but first line */
-th.functableentry {
- padding-left: 5em;
- text-indent: -5em;
- text-align: left;
-}
-
+th.functableentry,
td.functableentry {
- padding-left: 5em;
- text-indent: -5em;
+ padding-left: 4em;
+ text-indent: -3.5em;
text-align: left;
}