Skip to content

Commit d81aa7c

Browse files
authored
Rollup merge of #102797 - notriddle:notriddle/rightside-position, r=GuillaumeGomez
rustdoc: remove no-op CSS `.rightside { position: initial }` This CSS, added in 34bd2b8, overrode CSS that was applied to the `.since` class: https://github.com/rust-lang/rust/blob/34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9/src/librustdoc/html/static/rustdoc.css#L782-L795 The absolute positioning for `.since` was abandoned in favor of always floating it, so this is no longer needed: 5de1391#diff-7dc22a0530802d77c2f2ec9e834024a5657b6eab4055520fca46edc99a544413L902-L904
2 parents 91b9a92 + 38743ec commit d81aa7c

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
@@ -1093,7 +1093,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
10931093
.rightside {
10941094
padding-left: 12px;
10951095
padding-right: 2px;
1096-
position: initial;
10971096
float: right;
10981097
}
10991098

0 commit comments

Comments
 (0)