ToDoListPlus/style.css

6 lines
50 B
CSS
Raw Normal View History

ul{
padding: 0;
}
li {
list-style: none;
}