[openssl/web] 017f25: Diverse small fixes

Richard Levitte noreply at reply.github.openssl.org
Fri Jul 15 04:06:06 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/web
  Commit: 017f25cfc4b4232ffca1e108919bf29dd25b92b2
      https://github.openssl.org/openssl/web/commit/017f25cfc4b4232ffca1e108919bf29dd25b92b2
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M inc/pandoc-body-epilogue.html5

  Log Message:
  -----------
  Diverse small fixes

- Replace `$title$` with `$breadcrumb$` in `inc/pandoc-body-epilogue.html5`,
  'cause that's actually how it is used.  They avoids interference from
  pandoc, which has ideas of its own what `$title$` should be used for.

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/web/pull/350)


  Commit: 8b2adfd8fa74db148760da299d1a754bc0cf4fbf
      https://github.openssl.org/openssl/web/commit/8b2adfd8fa74db148760da299d1a754bc0cf4fbf
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M inc/screen.css

  Log Message:
  -----------
  Diverse small fixes

- Alter the CSS for tables to work with different ways of wring them.
  That makes these two selectors equivalent:

      table > tr:first-child
      table > thead
      table > :not(thead + tbody) > tr:first-child

  That also makes these two selectors equivalent:

      table > tr:nth-child(even)
      table > thead + tbody > tr:nth-child(odd)
      table > :not(thead + tbody) > tr:nth-child(even)

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/web/pull/350)


Compare: https://github.openssl.org/openssl/web/compare/bba8c69103d4...8b2adfd8fa74


More information about the openssl-commits mailing list