Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7731:4c85e3e16dfe | 7732:9ed6f48c43c5 |
|---|---|
| 476 div.file_insert { /* use to insert COPYING into license.txt */ | 476 div.file_insert { /* use to insert COPYING into license.txt */ |
| 477 background: #f3f1cc; | 477 background: #f3f1cc; |
| 478 padding-inline: 0.5em; | 478 padding-inline: 0.5em; |
| 479 } | 479 } |
| 480 | 480 |
| 481 table.valign-top tbody td { vertical-align: top; } | |
| 482 | |
| 481 /* consider highlighting header element that is a target */ | 483 /* consider highlighting header element that is a target */ |
| 482 /* | 484 /* |
| 483 :target > :is(h1,h2,h3,h4,h5,h6) { | 485 :target > :is(h1,h2,h3,h4,h5,h6) { |
| 484 background: rgb(254, 227, 227); | 486 background: rgb(254, 227, 227); |
| 485 outline: rgb(254, 227, 227) solid 3px; | 487 outline: rgb(254, 227, 227) solid 3px; |
