Rollup merge of #106647 - notriddle:notriddle/a, r=GuillaumeGomez

rustdoc: merge common CSS for `a`
This commit is contained in:
Yuki Okushi 2023-01-10 08:05:37 +09:00 committed by GitHub
commit ed840a6c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,7 @@ h1 a,
a {
color: var(--link-color);
text-decoration: none;
}
ol, ul {
@ -662,10 +663,6 @@ nav.sub {
margin: 0 0 15px 0;
}
a {
text-decoration: none;
}
.small-section-header {
/* fields use <span> tags, but should get their own lines */
display: block;