Skip to content

Commit 876c707

Browse files
committed
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. The arrow was removed in 73d0f7c, so the `relative` position is no longer necessary.
1 parent 4a4fd12 commit 876c707

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
@@ -749,7 +749,6 @@ pre, .rustdoc.source .example-wrap {
749749
}
750750

751751
.content .item-info {
752-
position: relative;
753752
margin-left: 24px;
754753
}
755754

0 commit comments

Comments
 (0)