We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f24dd commit 0041265Copy full SHA for 0041265
src/odoc/etc/odoc.css
@@ -410,7 +410,7 @@ pre code {
410
background-color: var(--spec-summary-hover-background);
411
}
412
413
-div.spec, .doc {
+div.spec, .def-doc {
414
margin-bottom: 20px;
415
416
@@ -435,12 +435,12 @@ div.def {
435
padding-left: 2ex;
436
437
438
-div.def+div.doc {
+div.def+div.def-doc {
439
margin-left: 1ex;
440
margin-top: 2.5px
441
442
443
-div.doc>*:first-child {
+div.def-doc>*:first-child {
444
margin-top: 0;
445
446
@@ -495,7 +495,7 @@ td.def {
495
496
497
498
-td.doc *:first-child {
+td.def-doc *:first-child {
499
margin-top: 0em;
500
501
0 commit comments