Skip to content

Commit 4e56713

Browse files
committed
Add commas between note list terms
1 parent 24797bb commit 4e56713

File tree

1 file changed

+9
-0
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+9
-0
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

+9
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,15 @@ main dl.note-list dt {
478478
float: left;
479479
}
480480

481+
main dl.note-list dt:has(+ dt) {
482+
margin-right: 0.25em;
483+
}
484+
485+
main dl.note-list dt:has(+ dt)::after {
486+
content: ', ';
487+
font-weight: normal;
488+
}
489+
481490
main dd {
482491
margin: 0 0 1em 1em;
483492
}

0 commit comments

Comments
 (0)