Skip to content

Commit

Permalink
Rollup merge of rust-lang#33829 - GuillaumeGomez:stability-css, r=ste…
Browse files Browse the repository at this point in the history
…veklabnik

Fix invalid background color in stability elements

r? @steveklabnik
  • Loading branch information
GuillaumeGomez committed May 27, 2016
2 parents 967c388 + 22d626f commit 98e768f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/styles/main.css
Original file line number Diff line number Diff line change
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 98e768f

Please sign in to comment.