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

This commit is contained in:
jenkins-bot 2019-02-19 23:41:42 +00:00 committed by Gerrit Code Review
commit 680019d45e
1 changed files with 1 additions and 2 deletions

View File

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