Re: Poll: are people okay with function/operator table redesign?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Jonathan S. Katz" <jkatz@postgresql.org>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Bruce Momjian <bruce@momjian.us>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>,
Steven Pousty <steve.pousty@gmail.com>,
Pavel Stehule <pavel.stehule@gmail.com>,
Isaac Morland <isaac.morland@gmail.com>,
Pierre Giraud <pierre.giraud@dalibo.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-04-29T23:29:43Z
Lists: pgsql-hackers
Attachments
- website-style-2.patch (text/x-diff) patch
After further fooling with this issue, I've determined that (1) I need to be able to use <programlisting> environments within the func_table_entry cells and have them render more-or-less normally. There doesn't seem to be any other good way to render multiline example results for set-returning functions ... but marking such environments up to the extent that the website style normally does is very distracting. (2) I found that adding !important to the func_table_entry rules is enough to override less-general !important rules. So it'd be possible to leave all the existing CSS rules alone, if that makes you feel more comfortable. The attached updated patch reflects both of these conclusions. We could take out some of the !important annotations here if you're willing to delete !important annotations in more-global rules for <p> and/or <pre>, but maybe that's something to fool with later. I'd like to get this done sooner ... regards, tom lane
Commits
-
Doc: re-re-revise markup for tables of functions.
- 4ad047a6eac3 13.0 landed
-
Doc: revise formatting of function/operator tables.
- 737d69ffc3cf 13.0 landed