Skip to content

Commit 19b297c

Browse files
committed
rustdoc: remove no-op CSS h3.variant, .sub-variant h4 { border-bottom: none }
This rule, added in 69df43b to override the default `h4` style, has been obsoleted when a65c98f changed it so that only the top docblock put `border-bottom` on `h4.`
1 parent d45feb3 commit 19b297c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -1247,13 +1247,11 @@ h3.variant {
12471247
font-weight: 600;
12481248
font-size: 1.125rem;
12491249
margin-bottom: 10px;
1250-
border-bottom: none;
12511250
}
12521251

12531252
.sub-variant h4 {
12541253
font-size: 1rem;
12551254
font-weight: 400;
1256-
border-bottom: none;
12571255
margin-top: 0;
12581256
margin-bottom: 0;
12591257
}

0 commit comments

Comments
 (0)