Skip to content

Commit

Permalink
rustdoc: use another stability mark arrow, no rotate.
Browse files Browse the repository at this point in the history
  • Loading branch information
liigo committed Jan 9, 2020
1 parent 1ffb9cf commit ae3a53f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ae3a53f

Please sign in to comment.