Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-top, r=GuillaumeGomez

rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }`

When this line was added in 04b4c40682, it overrode a negative `margin-top` that was set on it by default.

04b4c40682/src/librustdoc/html/static/rustdoc.css (L500-L516)

That negative top margin was removed in 593d6d1cb1.
This commit is contained in:
Matthias Krüger 2022-11-04 06:40:34 +01:00 committed by GitHub
commit 923d907a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -677,7 +677,6 @@ pre, .rustdoc.source .example-wrap {
}
#main-content > .item-info {
margin-top: 0;
margin-left: 0;
}