rustdoc: remove no-op CSS #main-content > .item-info { margin-top: 0 }
When this line was added in04b4c40682, 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 in593d6d1cb1.
This commit is contained in:
parent
160b194295
commit
c51c07d30f
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ pre, .rustdoc.source .example-wrap {
|
|||
}
|
||||
|
||||
#main-content > .item-info {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue