Skip to content

Commit 237ad82

Browse files
Remove useless top margin on first heading
1 parent becd45b commit 237ad82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+1
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ span.since {
748748

749749
.docblock > .section-header:first-child {
750750
margin-left: 15px;
751+
margin-top: 0;
751752
}
752753

753754
.docblock > .section-header:first-child:hover > a:before {

0 commit comments

Comments
 (0)