diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css index dd929f867b..ab595a1ece 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css +++ b/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css @@ -232,23 +232,10 @@ ul { list-style: disc; } -ol { - counter-reset: item; -} - ol > li { - display: block; position: relative; } -ol > li:before { - content: counter(item); - counter-increment: item; - font-weight: 800; - left: -1.5em; - position: absolute; -} - li > ul, li > ol { margin-bottom: 0; @@ -580,10 +567,6 @@ object { text-align: right; } -.rtl ol { - counter-reset: item; -} - .rtl ol > li:before { left: auto; right: -1.5em;