Switch to outside list style for ordered lists too

See design rationale on T150377.

Furthermore, 'inside' lists cause rendering issues inside VisualEditor
(tested with Chrome 71 and Firefox 65 on desktop), as seen on T208102.

Bug: T150377
Bug: T208102
Change-Id: Ia8e47ab98226a78cb5a3a4ef5f09d729ea3c8791
This commit is contained in:
Bartosz Dziewoński 2019-02-08 18:37:25 +01:00
parent 2496a33fa8
commit abf223da58
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 */