Skip to content

Commit

Permalink
Fix invalid display of unstable messages
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 27, 2018
1 parent 1d79d8b commit 04b4c40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -502,6 +502,7 @@ h4 > code, h3 > code, .invisible > code {
margin-left: 33px;
margin-top: -13px;
}

.content .stability::before {
content: '˪';
font-size: 30px;
Expand All @@ -510,6 +511,10 @@ h4 > code, h3 > code, .invisible > code {
left: -13px;
}

#main > .stability {
margin-top: 0;
}

nav {
border-bottom: 1px solid;
padding-bottom: 10px;
Expand Down

0 comments on commit 04b4c40

Please sign in to comment.