File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,9 @@ ul.multicol {
483
483
ul .multicol > * {
484
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
490
div .file_insert { /* use to insert COPYING into license.txt */
488
491
background : # f3f1cc ;
Original file line number Diff line number Diff line change @@ -483,6 +483,9 @@ ul.multicol {
483
483
ul .multicol > * {
484
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
490
div .file_insert { /* use to insert COPYING into license.txt */
488
491
background : # f3f1cc ;
You can’t perform that action at this time.
0 commit comments