Skip to content

Commit 0041265

Browse files
committed
odoc.css: accomodate new markup structure.
1 parent 54f24dd commit 0041265

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/odoc/etc/odoc.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ pre code {
410410
background-color: var(--spec-summary-hover-background);
411411
}
412412

413-
div.spec, .doc {
413+
div.spec, .def-doc {
414414
margin-bottom: 20px;
415415
}
416416

@@ -435,12 +435,12 @@ div.def {
435435
padding-left: 2ex;
436436
}
437437

438-
div.def+div.doc {
438+
div.def+div.def-doc {
439439
margin-left: 1ex;
440440
margin-top: 2.5px
441441
}
442442

443-
div.doc>*:first-child {
443+
div.def-doc>*:first-child {
444444
margin-top: 0;
445445
}
446446

@@ -495,7 +495,7 @@ td.def {
495495
padding-left: 2ex;
496496
}
497497

498-
td.doc *:first-child {
498+
td.def-doc *:first-child {
499499
margin-top: 0em;
500500
}
501501

0 commit comments

Comments
 (0)