Skip to content

Rustdoc fixes #53747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix invalid display of unstable messages
  • Loading branch information
GuillaumeGomez committed Aug 27, 2018
commit 04b4c40682c01cad8f9bc8d5b3907be91d6f81d4
5 changes: 5 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
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