Mercurial > p > roundup > code
changeset 8362:f061e614320a
doc: tighten up line spacing in multicol lists by removing p margins.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 10 Jul 2025 22:25:44 -0400 |
| parents | fee1b89ae6c3 |
| children | b4dfc68b7067 |
| files | doc/_static/style.css website/www/_static/style.css |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/_static/style.css Wed Jul 09 19:10:00 2025 -0400 +++ b/doc/_static/style.css Thu Jul 10 22:25:44 2025 -0400 @@ -483,6 +483,9 @@ ul.multicol > * { margin-block-start: 0; /* remove spacing added by * + * here */ } +ul.multicol > li > p { /* remove spacing around paragraphs to tighten up list */ + margin: 0; +} div.file_insert { /* use to insert COPYING into license.txt */ background: #f3f1cc;
--- a/website/www/_static/style.css Wed Jul 09 19:10:00 2025 -0400 +++ b/website/www/_static/style.css Thu Jul 10 22:25:44 2025 -0400 @@ -483,6 +483,9 @@ ul.multicol > * { margin-block-start: 0; /* remove spacing added by * + * here */ } +ul.multicol > li > p { /* remove spacing around paragraphs to tighten up list */ + margin: 0; +} div.file_insert { /* use to insert COPYING into license.txt */ background: #f3f1cc;
