Mercurial > p > roundup > code
diff doc/_static/style.css @ 7469:a2dfb82456af
Make top of navigation bock align with main block.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 01:13:08 -0400 |
| parents | 92fb16035d92 |
| children | a4987f5ebee0 |
line wrap: on
line diff
--- a/doc/_static/style.css Thu Jun 08 01:02:32 2023 -0400 +++ b/doc/_static/style.css Thu Jun 08 01:13:08 2023 -0400 @@ -105,10 +105,11 @@ body > .footer { margin: 1em 0 1em -14em; clear:both;} body > .navigation { + float: left; margin-left: -14em; margin-inline-start: -14em; + margin-block-start: unset; width: 14em; - float: left; } body > .content {
