mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Rollup merge of #102125 - notriddle:notriddle/content-item-info, r=GuillaumeGomez
rustdoc: remove no-op CSS `.content .item-info { position: relative }` This rule was added to help position the marker line in110e7270ab
, which was a `position: absolute` pseudo-element that relied on its parent to put it in the right spot. (it was changed from a line to an arrow in1ffb9cf8d7
, then a different arrow inae3a53ff58
). The arrow was removed in73d0f7c7b6
, so the `relative` position is no longer necessary.
This commit is contained in:
commit
dee0c422e7
@ -741,7 +741,6 @@ pre, .rustdoc.source .example-wrap {
|
||||
}
|
||||
|
||||
.content .item-info {
|
||||
position: relative;
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user