diff --git a/doc/_static/style.css b/doc/_static/style.css index 28fe1115..da241b26 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -478,6 +478,8 @@ div.file_insert { /* use to insert COPYING into license.txt */ padding-inline: 0.5em; } +table.valign-top tbody td { vertical-align: top; } + /* consider highlighting header element that is a target */ /* :target > :is(h1,h2,h3,h4,h5,h6) { diff --git a/website/www/_static/style.css b/website/www/_static/style.css index c82e26f3..4e4ecf5a 100644 --- a/website/www/_static/style.css +++ b/website/www/_static/style.css @@ -478,6 +478,8 @@ div.file_insert { /* use to insert COPYING into license.txt */ padding-inline: 0.5em; } +table.valign-top tbody td { vertical-align: top; } + /* consider highlighting header element that is a target */ /* :target > :is(h1,h2,h3,h4,h5,h6) { @@ -564,5 +566,3 @@ div#contact table td { white-space: nowrap; padding: 1pt 1em; } - -table.valign-top tbody td { vertical-align: top; }