Skip to content

Commit

Permalink
rustdoc: remove no-op CSS .code-header { border-bottom: none }
Browse files Browse the repository at this point in the history
The code headers are always h3 or h4, which don't have border-bottom by
default anyway.
  • Loading branch information
notriddle committed Oct 23, 2022
1 parent 6e95b6d commit 7ff9bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ h4.code-header {
}
.code-header {
font-weight: 600;
border-bottom-style: none;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 7ff9bc1

Please sign in to comment.