set bullet list style to be circle (#6437)
This commit is contained in:
parent
d73a932773
commit
1aa39392ab
@ -77,6 +77,10 @@
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user