Skip to content

Commit dee0c42

Browse files
authored
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 in 110e727, 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 in 1ffb9cf, then a different arrow in ae3a53f). The arrow was removed in 73d0f7c, so the `relative` position is no longer necessary.
2 parents 86acea4 + 876c707 commit dee0c42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ pre, .rustdoc.source .example-wrap {
741741
}
742742

743743
.content .item-info {
744-
position: relative;
745744
margin-left: 24px;
746745
}
747746

0 commit comments

Comments
 (0)