Distinguishes nested lists by style type

This commit is contained in:
Samuel Ryan 2015-11-08 23:47:26 +00:00
parent e3f4f60194
commit 035ca67ac3

View File

@ -128,6 +128,7 @@ code {
ul {
font-size: 14px;
list-style-position: outside;
list-style-type: disc;
margin: 0px 0px 10px 20px;
li {
@ -135,6 +136,7 @@ code {
}
ul {
list-style-type: circle;
margin: 5px 0 0 10px;
}
}