Add style for nested bullets

This commit is contained in:
Chris Hill-Scott
2016-04-20 15:47:25 +01:00
parent 2160eb35d8
commit fc24c93c7f

View File

@@ -140,3 +140,11 @@ a[rel='external'] {
.button {
padding: 0.3em 0.6em 0.2em 0.6em;
}
.list-bullet {
.list-bullet {
list-style: circle;
}
}