Skip to content

Commit 04b4c40

Browse files
Fix invalid display of unstable messages
1 parent 1d79d8b commit 04b4c40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+5
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ h4 > code, h3 > code, .invisible > code {
502502
margin-left: 33px;
503503
margin-top: -13px;
504504
}
505+
505506
.content .stability::before {
506507
content: '˪';
507508
font-size: 30px;
@@ -510,6 +511,10 @@ h4 > code, h3 > code, .invisible > code {
510511
left: -13px;
511512
}
512513

514+
#main > .stability {
515+
margin-top: 0;
516+
}
517+
513518
nav {
514519
border-bottom: 1px solid;
515520
padding-bottom: 10px;

0 commit comments

Comments
 (0)