diff --git a/morden/style-rtl.css b/morden/style-rtl.css index ce23be3c7..40913c59c 100644 --- a/morden/style-rtl.css +++ b/morden/style-rtl.css @@ -1604,16 +1604,17 @@ img { ul, ol { font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + list-style-position: inside; margin: 0 16px 0 0; padding: 0; } ul { - list-style: disc; + list-style-type: disc; } ol { - list-style: decimal; + list-style-type: decimal; } dt { diff --git a/morden/style.css b/morden/style.css index 0aa3242bf..a3ddaaad9 100644 --- a/morden/style.css +++ b/morden/style.css @@ -1604,16 +1604,17 @@ img { ul, ol { font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + list-style-position: inside; margin: 0 0 0 16px; padding: 0; } ul { - list-style: disc; + list-style-type: disc; } ol { - list-style: decimal; + list-style-type: decimal; } dt {