Skip to content

Commit

Permalink
for section 2.4.2 d note 6, id=n33, ul > li are shown by number
Browse files Browse the repository at this point in the history
  • Loading branch information
himorin committed Dec 4, 2019
1 parent 2eb71ac commit 0f25a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local.css
Expand Up @@ -133,13 +133,13 @@ a .fig-title {
a .figno:after {
content: '';
}
ol li {
ol > li {
list-style-type: lower-alpha;
}
ol li li {
ol li ol > li {
list-style-type: decimal;
}
ol li li li {
ol li li ol > li {
list-style-type: lower-roman;
}
.hidden {
Expand Down

0 comments on commit 0f25a84

Please sign in to comment.