Skip to content

Commit

Permalink
rustdoc: merge common CSS for a
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jan 9, 2023
1 parent 89e0576 commit 1c766d0
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 1c766d0

Please sign in to comment.