Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none, r=GuillaumeGomez

rustdoc: remove no-op CSS `.code-header { border-bottom: none }`

The code headers are always h3 or h4, which don't have border-bottom by default anyway.
This commit is contained in:
Michael Howell 2022-10-23 14:48:18 -07:00 committed by GitHub
commit 88e0546a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ h4.code-header {
} }
.code-header { .code-header {
font-weight: 600; font-weight: 600;
border-bottom-style: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }