Nested lists (#15731)

* style update for nested lists
This commit is contained in:
Craig Osterhout 2022-09-28 10:41:45 -07:00 committed by GitHub
parent cdcead1fcf
commit e93bab0178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -222,3 +222,15 @@ input[type=text] {
display: none !important;
}
}
/*
* lists **********************************************************************
*/
ol li ol li {
list-style-type: lower-alpha;
}
ol li ol li ol li {
list-style-type: lower-roman;
}