Mercurial > p > roundup > code
diff doc/_static/style.css @ 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 | a50af46803f0 |
| children | c99e37d270b3 |
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;
