Skip to content

Commit 456f768

Browse files
committed
properly map list style for circle and disc
1 parent e0d1a57 commit 456f768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/doc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,11 +568,11 @@
568568
}
569569

570570
.doc ul.circle {
571-
list-style-type: square;
571+
list-style-type: circle;
572572
}
573573

574574
.doc ul.disc {
575-
list-style-type: square;
575+
list-style-type: disc;
576576
}
577577

578578
.doc ul.square {

0 commit comments

Comments
 (0)