Skip to content

Commit cc8a53f

Browse files
Add marging to reference entries
1 parent 57e07ea commit cc8a53f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/style_ITN.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,10 @@ a.anchor:hover {
548548
font-family: "Lora", serif;
549549
font-size: .85em;
550550
color: #193a5c;
551-
}
551+
}
552+
553+
/* Reference List Entry */
554+
555+
div.cls-entry {
556+
margin-bottom: 0.85em; /* adds same amount of margin as a <p> would */
557+
}

0 commit comments

Comments
 (0)