Skip to content

Commit 180f836

Browse files
committed
1 parent 1f621fb commit 180f836

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -1528,14 +1528,18 @@ kbd {
15281528
margin-bottom: 1em;
15291529
}
15301530

1531+
details.dir-entry {
1532+
padding-left: 4px;
1533+
}
1534+
15311535
details.dir-entry > summary {
15321536
margin: 0 0 0 13px;
15331537
list-style-position: outside;
15341538
cursor: pointer;
15351539
}
15361540

15371541
details.dir-entry div.folders, details.dir-entry div.files {
1538-
padding-left: 27px;
1542+
padding-left: 23px;
15391543
}
15401544

15411545
details.dir-entry a {

0 commit comments

Comments
 (0)