Make all list items use disc style (filled-in circle)

This commit is contained in:
Skud
2013-09-02 12:02:34 +10:00
parent 995f9b2d60
commit cf9c1d7aa3

View File

@@ -156,3 +156,7 @@ p.stats {
padding-left: 0;
}
}
li {
list-style-type: disc;
}