Skip to content

Commit 7a50784

Browse files
committed
improve collapse toggle render (css)
1 parent ac254fb commit 7a50784

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+5
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,11 @@ a.test-arrow:hover{
617617
top: 0;
618618
}
619619

620+
h3 > .collapse-toggle, h4 > .collapse-toggle {
621+
font-size: 0.8em;
622+
top: 5px;
623+
}
624+
620625
.toggle-wrapper > .collapse-toggle {
621626
left: -24px;
622627
margin-top: 0px;

0 commit comments

Comments
 (0)