5 lines
69 B
CSS
5 lines
69 B
CSS
section ul.simple li {
|
|
list-style: disc;
|
|
margin-left: 1em;
|
|
}
|