Set indenting and alignment on new function listing tables
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 18 Apr 2020 18:48:18 +0000 (14:48 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 18 Apr 2020 18:48:18 +0000 (14:48 -0400)
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

media/css/main.css

index 36fc82b4c38b0ae400165197c6378bab24c3d9d0..08ca25589b7e18b4f7f9d684fdf659edd7d9fceb 100644 (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
  */