Differentiate ol levels in VRP

This commit is contained in:
str4d
2017-01-08 09:53:35 +00:00
parent 3706184973
commit 88b46dcda2
2 changed files with 9 additions and 0 deletions

View File

@@ -608,3 +608,11 @@ pre.literal-block {
width: auto;
font-weight: bold;
}
#vrp ol ol {
list-style-type: lower-latin;
}
#vrp ol ol ol {
list-style-type: lower-roman;
}