From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Steven Pousty <steve(dot)pousty(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Isaac Morland <isaac(dot)morland(at)gmail(dot)com>, Pierre Giraud <pierre(dot)giraud(at)dalibo(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Poll: are people okay with function/operator table redesign? |
Date: | 2020-04-29 23:29:43 |
Message-ID: | 8682.1588202983@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
website-style-2.patch | text/x-diff | 701 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan S. Katz | 2020-04-29 23:40:25 | Re: Poll: are people okay with function/operator table redesign? |
Previous Message | Michael Paquier | 2020-04-29 23:14:55 | Re: Improve errors when setting incorrect bounds for SSL protocols |