Fix invalid background color in stability elements

This commit is contained in:
Guillaume Gomez 2016-05-24 00:33:16 +02:00
parent e24d621fca
commit 22d626f555

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