Skip to content

Commit 381a958

Browse files
committed
Add new roles to style bibliography
1 parent db1e5c8 commit 381a958

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/css/neo4j-docs.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,11 @@ div.beta-symbol p::before {
418418
color: var(--warning-color);
419419
}
420420

421-
.no-marker > ul.bibliography {
421+
.no-bullet > ul.bibliography {
422422
list-style-type: none;
423-
padding: 0;
423+
}
424+
425+
.unstyled > ul.bibliography {
426+
list-style-type: none;
427+
padding-left: 0;
424428
}

0 commit comments

Comments
 (0)