Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8361:fee1b89ae6c3 | 8362:f061e614320a |
|---|---|
| 481 grid-gap: 0 1rem; /* no row gap */ | 481 grid-gap: 0 1rem; /* no row gap */ |
| 482 } | 482 } |
| 483 ul.multicol > * { | 483 ul.multicol > * { |
| 484 margin-block-start: 0; /* remove spacing added by * + * here */ | 484 margin-block-start: 0; /* remove spacing added by * + * here */ |
| 485 } | 485 } |
| 486 ul.multicol > li > p { /* remove spacing around paragraphs to tighten up list */ | |
| 487 margin: 0; | |
| 488 } | |
| 486 | 489 |
| 487 div.file_insert { /* use to insert COPYING into license.txt */ | 490 div.file_insert { /* use to insert COPYING into license.txt */ |
| 488 background: #f3f1cc; | 491 background: #f3f1cc; |
| 489 padding-inline: 0.5em; | 492 padding-inline: 0.5em; |
| 490 } | 493 } |
