Skip to content

Commit 8816728

Browse files
committed
Revert CSS changes accidentally committed
1 parent cdbaa1f commit 8816728

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/odoc/etc/odoc.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,6 @@ li code {
399399
padding: 0 0.3ex;
400400
}
401401

402-
li a code {
403-
color: var(--link-color);
404-
}
405-
406402
p a > code {
407403
color: var(--link-color);
408404
}
@@ -432,8 +428,7 @@ pre code {
432428
}
433429

434430
div.spec, .def-doc {
435-
margin-top: 20px;
436-
margin-bottom: 10px;
431+
margin-bottom: 20px;
437432
}
438433

439434
.spec.type .variant {
@@ -523,10 +518,6 @@ td.def-doc *:first-child {
523518
margin-top: 0em;
524519
}
525520

526-
td.def-doc {
527-
padding-left: 2ex;
528-
}
529-
530521
/* Lists of @tags */
531522

532523
.at-tags { list-style-type: none; margin-left: -3ex; }

0 commit comments

Comments
 (0)