Skip to content

Commit ae3a53f

Browse files
committed
rustdoc: use another stability mark arrow, no rotate.
1 parent 1ffb9cf commit ae3a53f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/librustdoc/html/static/rustdoc.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,11 @@ h4 > code, h3 > code, .invisible > code {
542542
}
543543

544544
.content .stability::before {
545-
content: '⤶';
546-
transform:rotate(90deg);
545+
content: '⬑';
547546
font-size: 25px;
548547
position: absolute;
549548
top: -6px;
550-
left: -17px;
549+
left: -19px;
551550
}
552551

553552
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {

0 commit comments

Comments
 (0)