Skip to content

Commit 110e727

Browse files
Improve unstable message display
1 parent 75af9df commit 110e727

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,19 @@ h4 > code, h3 > code, .invisible > code {
500500
font-size: 90%;
501501
}
502502

503+
.content .stability {
504+
position: relative;
505+
margin-left: 33px;
506+
margin-top: -13px;
507+
}
508+
.content .stability::before {
509+
content: '˪';
510+
font-size: 30px;
511+
position: absolute;
512+
top: -9px;
513+
left: -13px;
514+
}
515+
503516
nav {
504517
border-bottom: 1px solid;
505518
padding-bottom: 10px;

0 commit comments

Comments
 (0)