rustdoc: use another stability mark arrow, no rotate.
This commit is contained in:
parent
1ffb9cf8d7
commit
ae3a53ff58
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue