Merge "Switch to outside list style for ordered lists too"

This commit is contained in:
jenkins-bot 2019-02-11 20:13:26 +00:00 committed by Gerrit Code Review
commit 718527e061
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
}
ol {
list-style: decimal inside;
list-style: decimal outside;
padding-left: 1em;
}
/* stylelint-disable no-descending-specificity */