10 lines
85 B
CSS
10 lines
85 B
CSS
ul {
|
|
/*
|
|
*/
|
|
display: block;
|
|
list-style-type: "•";
|
|
}
|
|
li {
|
|
display: list-item;
|
|
}
|