Merge "Remove `ol` overrides to ensure list styles in non-Arabic number scripts"

This commit is contained in:
jenkins-bot 2019-04-29 20:05:20 +00:00 committed by Gerrit Code Review
commit 4e8bec826d
2 changed files with 5 additions and 6 deletions

View File

@ -41,7 +41,7 @@ input {
line-height: normal; line-height: normal;
} }
ol, ul { ul {
list-style: none; list-style: none;
} }

View File

@ -1,4 +1,8 @@
.content { .content {
ol {
padding-left: 2.25em;
}
ul { ul {
list-style-type: square; list-style-type: square;
padding-left: 1em; padding-left: 1em;
@ -12,11 +16,6 @@
} }
} }
ol {
list-style-type: decimal;
padding-left: 2.25em;
}
/* stylelint-disable no-descending-specificity */ /* stylelint-disable no-descending-specificity */
ol, ol,
ul { ul {