rustdoc: use another stability mark arrow, no rotate.

This commit is contained in:
Liigo Zhuang 2020-01-09 09:54:05 +08:00
parent 1ffb9cf8d7
commit ae3a53ff58

View File

@ -542,12 +542,11 @@ h4 > code, h3 > code, .invisible > code {
}
.content .stability::before {
content: '⤶';
transform:rotate(90deg);
content: '⬑';
font-size: 25px;
position: absolute;
top: -6px;
left: -17px;
left: -19px;
}
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {