Skip to content

Commit b03af0b

Browse files
authored
Merge pull request #1368 from davepagurek/bullet-lists
Show bullets in unordered lists in reference docs
2 parents 3f32c9b + 6747877 commit b03af0b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/assets/css/main.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,26 @@ div.reference-subgroup {
578578
margin-bottom: 1em;
579579
}
580580

581+
#reference-page #item ul {
582+
list-style: initial;
583+
margin-left: 1.5em;
584+
}
585+
586+
#reference-page #item .example_container li,
587+
#reference-page #item .params li {
588+
margin-bottom: 1em;
589+
}
590+
591+
#reference-page #item .example_container ul,
592+
#reference-page #item .params ul {
593+
list-style: none;
594+
margin-left: 0;
595+
}
596+
597+
#reference-page #item li {
598+
margin-bottom: 0.5em;
599+
}
600+
581601
.description {
582602
clear: both;
583603
display: block;

0 commit comments

Comments
 (0)