Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/html_support_files/odoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ td.def-doc *:first-child {
font-size: 0.95em;
color: var(--color);
font-weight: 400;
line-height: 1.6em;
line-height: 1.2em;
display: block;
}

Expand Down Expand Up @@ -1070,14 +1070,15 @@ td.def-doc *:first-child {

.odoc-toc li ul {
margin: 0px;
padding-top: 4px;
}

.odoc-toc ul {
list-style-type: none;
}

.odoc-toc ul li {
margin: 0;
padding: 4px 0;
}

.odoc-toc>ul>li {
Expand Down
Loading