mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
rustdoc: use another stability mark arrow, no rotate.
This commit is contained in:
parent
1ffb9cf8d7
commit
ae3a53ff58
@ -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…
Reference in New Issue
Block a user