Mercurial > p > roundup > code
diff doc/_static/style.css @ 7732:9ed6f48c43c5
doc: make table alignment on both doc and website/www
Make doc generation use same table alignment.
Make the style.css files as identical as
possible. website/www/_statis/style.css has more in it, but
doc/_static/style.css is a prefix of www.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 05 Feb 2024 16:53:13 -0500 |
| parents | c1ef0827705a |
| children | 878cec551d86 |
line wrap: on
line diff
--- a/doc/_static/style.css Mon Feb 05 16:49:21 2024 -0500 +++ b/doc/_static/style.css Mon Feb 05 16:53:13 2024 -0500 @@ -478,6 +478,8 @@ 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) {
