Skip to content

Commit 16ec7b9

Browse files
author
Stjepan Glavina
committed
Increase padding between consecutive impls
1 parent 1807f27 commit 16ec7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ h4 > code, h3 > code, .invisible > code {
385385
padding: 0;
386386
}
387387

388-
.content .item-list li { margin-bottom: 3px; }
388+
.content .item-list li { margin-bottom: 1em; }
389389

390390
.content .multi-column {
391391
-moz-column-count: 5;

0 commit comments

Comments
 (0)