Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavus

Fix invalid code css rule

Fixes #53017.

r? @QuietMisdreavus
This commit is contained in:
kennytm 2018-08-04 14:36:00 +08:00 committed by GitHub
commit e8060a4229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background: rgba(0, 0, 0, 0);
}
.docblock p > code, .docblock-short p > code {
.docblock code, .docblock-short code {
background-color: #2A2A2A;
}
pre {

View File

@ -35,7 +35,7 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background: rgba(0, 0, 0, 0);
}
.docblock p > code, .docblock-short p > code {
.docblock code, .docblock-short code {
background-color: #F5F5F5;
}
pre {