Skip to content

Commit

Permalink
Rollup merge of rust-lang#45245 - stjepang:more-padding-between-impls…
Browse files Browse the repository at this point in the history
…, 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](rust-lang#41879 (comment)) to see what's the effect of this change.

Closes rust-lang#41879.

cc @QuietMisdreavus
  • Loading branch information
kennytm authored Oct 13, 2017
2 parents f43c54e + 16ec7b9 commit fb98e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ h4 > code, h3 > code, .invisible > code {
padding: 0;
}

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

.content .multi-column {
-moz-column-count: 5;
Expand Down

0 comments on commit fb98e3e

Please sign in to comment.