Skip to content

Commit d6f385f

Browse files
committed
rustdoc mobile: move notable traits to return type
These were originally on the left, but were moved to the return type in c90fb71. The CSS rule for mobile did not get updated at the time, so updating it now.
1 parent 5af97e8 commit d6f385f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,12 +1973,6 @@ in storage.js plus the media query with (min-width: 701px)
19731973
display: none !important;
19741974
}
19751975

1976-
.notable-traits {
1977-
position: absolute;
1978-
left: -22px;
1979-
top: 24px;
1980-
}
1981-
19821976
#titles > button > div.count {
19831977
float: left;
19841978
width: 100%;

0 commit comments

Comments
 (0)