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](https://github.com/rust-lang/rust/issues/41879#issuecomment-333121118) to see what's the effect of this change.

Closes #41879.

cc @QuietMisdreavus
This commit is contained in:
kennytm 2017-10-13 23:38:04 +08:00 committed by GitHub
commit fb98e3e434

View File

@ -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;