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 {
483483ul .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
487490div .file_insert { /* use to insert COPYING into license.txt */
488491 background : # f3f1cc ;
Original file line number Diff line number Diff line change @@ -483,6 +483,9 @@ ul.multicol {
483483ul .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
487490div .file_insert { /* use to insert COPYING into license.txt */
488491 background : # f3f1cc ;
You can’t perform that action at this time.
0 commit comments