Skip to content

Commit

Permalink
Rollup merge of #106647 - notriddle:notriddle/a, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
rustdoc: merge common CSS for `a`
  • Loading branch information
compiler-errors committed Jan 9, 2023
2 parents b13c1eb + 1c766d0 commit 312ad66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ h1 a,

a {
color: var(--link-color);
text-decoration: none;
}

ol, ul {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 312ad66

Please sign in to comment.