Skip to content

Commit

Permalink
Rollup merge of #103424 - notriddle:notriddle/code-header-border-bott…
Browse files Browse the repository at this point in the history
…om-none, r=GuillaumeGomez

rustdoc: remove no-op CSS `.code-header { border-bottom: none }`

The code headers are always h3 or h4, which don't have border-bottom by default anyway.
  • Loading branch information
Dylan-DPC authored Oct 23, 2022
2 parents 9cdae17 + 7ff9bc1 commit eee00d4
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 eee00d4

Please sign in to comment.