| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] Small issue in online devel documentation build |
| Date: | 2017-04-11 14:30:36 |
| Message-ID: | 1e5ac85f-5905-a311-de08-421df5fc5fbe@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
On 4/11/17 08:49, Magnus Hagander wrote:
> At the risk of being proven wrong again, won't this affect <h2> tags in
> the old documentation as well? And if so, is that something we actually
> want?
Right. New patch with more refined selectors attached.
> It does? The output on my laptop for that produces <table
> summary="Backslash Escape Sequences" border="1"> (for example). It's
> wrapped in a div with class=table. But the old code had <table
> border="1" class="CALSTABLE">. And AFAICT, it's the CALSTABLE that the
> css is actually matching on?
>
> Could this be a toolchain version thing? I'm using jessie on my laptop,
> which is the same one that the website is built with.
Seems so. Patch for that attached as well.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Make-h2-orange-in-the-documentation.patch | invalid/octet-stream | 868 bytes |
| v2-0002-Improve-admonitions-style.patch | invalid/octet-stream | 1.1 KB |
| v2-0003-Adjust-selectors-for-table-style.patch | invalid/octet-stream | 1.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-04-11 14:41:48 | Re: [sqlsmith] ERROR: badly formatted node string "RESTRICTINFO... |
| Previous Message | Stephen Frost | 2017-04-11 14:13:41 | Re: SUBSCRIPTIONS and pg_upgrade |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dan Robinson | 2017-04-11 18:48:38 | Edit Permissions For PostgreSQL Wiki |
| Previous Message | Magnus Hagander | 2017-04-11 12:49:44 | Re: [pgsql-www] Small issue in online devel documentation build |