Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik

Fix invalid background color in stability elements

r? @steveklabnik
This commit is contained in:
Guillaume Gomez 2016-05-27 10:50:03 +02:00
commit 98e768fa84

View File

@ -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;
}