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:
Michael Howell 2022-11-03 13:22:54 -07:00
parent 160b194295
commit c51c07d30f

View file

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