Skip to content

Commit fb98e3e

Browse files
authored
Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavus
Rustdoc: Increase padding between consecutive impls Currently, [implementors](https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#implementors) list is a bit too condensed. More spacing makes the list easier to read. Check out [this comment](#41879 (comment)) to see what's the effect of this change. Closes #41879. cc @QuietMisdreavus
2 parents f43c54e + 16ec7b9 commit fb98e3e

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
@@ -394,7 +394,7 @@ h4 > code, h3 > code, .invisible > code {
394394
padding: 0;
395395
}
396396

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

399399
.content .multi-column {
400400
-moz-column-count: 5;

0 commit comments

Comments
 (0)