Skip to content

Commit 2ac8428

Browse files
committed
doc: tighten up line spacing in multicol lists by removing p margins.
1 parent 179e5af commit 2ac8428

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/_static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ ul.multicol {
483483
ul.multicol > * {
484484
margin-block-start: 0; /* remove spacing added by * + * here */
485485
}
486+
ul.multicol > li > p { /* remove spacing around paragraphs to tighten up list */
487+
margin: 0;
488+
}
486489

487490
div.file_insert { /* use to insert COPYING into license.txt */
488491
background: #f3f1cc;

website/www/_static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ ul.multicol {
483483
ul.multicol > * {
484484
margin-block-start: 0; /* remove spacing added by * + * here */
485485
}
486+
ul.multicol > li > p { /* remove spacing around paragraphs to tighten up list */
487+
margin: 0;
488+
}
486489

487490
div.file_insert { /* use to insert COPYING into license.txt */
488491
background: #f3f1cc;

0 commit comments

Comments
 (0)