Rollup merge of #102505 - notriddle:sub-variant-h4, r=GuillaumeGomez

rustdoc: remove no-op CSS `h3.variant, .sub-variant h4 { border-bottom: none }`

This rule, added in 69df43b041 to override the default `h4` style, has been obsoleted when a65c98fefb changed it so that only the top docblock put `border-bottom` on `h4.`
This commit is contained in:
Matthias Krüger 2022-09-30 19:06:06 +02:00 committed by GitHub
commit 5dd4584d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1245,13 +1245,11 @@ h3.variant {
font-weight: 600;
font-size: 1.125rem;
margin-bottom: 10px;
border-bottom: none;
}
.sub-variant h4 {
font-size: 1rem;
font-weight: 400;
border-bottom: none;
margin-top: 0;
margin-bottom: 0;
}