Mercurial > p > roundup > code
changeset 7314:4917bb4b5eac
Setup spacing with lobotmized owl; close space between dt/dd.
Trying to establish a good spacing rhythm.
Line height 1.5em
inter-element 1.2em
dt/dd spacing 0.25em to put dt further away from previous element
and closer to its dd.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 May 2023 23:58:13 -0400 |
| parents | 1a221cf0758b |
| children | b8e88d4ca95b |
| files | doc/_static/style.css website/www/_static/style.css |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/_static/style.css Wed May 10 23:35:20 2023 -0400 +++ b/doc/_static/style.css Wed May 10 23:58:13 2023 -0400 @@ -39,6 +39,8 @@ ); } +* + * { margin-block-start: 1.2em;} + h1, h2, h3, h4, h5, h6 { line-height: 1.25; /* Larger spacing before header and smaller after to make @@ -242,7 +244,6 @@ table.footnote { font-size: calc(1em - 1pt); - margin-block-start: 1em; position: relative } @@ -302,6 +303,7 @@ } dt { font-weight: bold; margin-block-start: 1em;} +dt + dd { margin-block-start: 0.25em; } dd p.first { margin-block-start: 0; } #skiplink { display: block;
--- a/website/www/_static/style.css Wed May 10 23:35:20 2023 -0400 +++ b/website/www/_static/style.css Wed May 10 23:58:13 2023 -0400 @@ -39,6 +39,8 @@ ); } +* + * { margin-block-start: 1.2em;} + h1, h2, h3, h4, h5, h6 { line-height: 1.25; /* Larger spacing before header and smaller after to make @@ -301,6 +303,7 @@ } dt { font-weight: bold; margin-block-start: 1em;} +dt + dd { margin-block-start: 0.25em; } dd p.first { margin-block-start: 0; } #skiplink { display: block;
