Skip to content

Commit eee00d4

Browse files
authored
Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-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.
2 parents 9cdae17 + 7ff9bc1 commit eee00d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ h4.code-header {
184184
}
185185
.code-header {
186186
font-weight: 600;
187-
border-bottom-style: none;
188187
margin: 0;
189188
padding: 0;
190189
}

0 commit comments

Comments
 (0)