Skip to content

Commit b467c00

Browse files
Remove invalid CSS rule for doc titles
1 parent a120ae7 commit b467c00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -572,14 +572,6 @@ a.test-arrow {
572572
right: 5px;
573573
}
574574

575-
.methods .section-header {
576-
/* Override parent class attributes. */
577-
border-bottom: none !important;
578-
font-size: 1.1em !important;
579-
margin: 0 0 -5px;
580-
padding: 0;
581-
}
582-
583575
.section-header:hover a:after {
584576
content: '\2002\00a7\2002';
585577
}

0 commit comments

Comments
 (0)