Skip to content

Commit

Permalink
Fix invalid background color in stability elements
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 23, 2016
1 parent e24d621 commit 22d626f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/styles/main.css
Expand Up @@ -30,6 +30,10 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background-color: white;
}

div.stability > em > code {
background-color: initial;
}

.docblock code {
background-color: #F5F5F5;
}
Expand Down

0 comments on commit 22d626f

Please sign in to comment.