Skip to content

Commit

Permalink
css: use list-specific selector for list-specific properties
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Oct 26, 2023
1 parent 1cae830 commit a4dff22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions src/html_support_files/odoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ div.odoc-spec,.odoc-include {

.spec.type .variant, .spec.type .record {
margin-left: 2ch;
}

.spec.type li.variant, .spec.type li.record {
list-style: none;
}

Expand Down
Loading

0 comments on commit a4dff22

Please sign in to comment.