diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-style.css b/wp-content/themes/twentyseventeen/assets/css/editor-style.css index 5c1137347e..dd929f867b 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-style.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-style.css @@ -236,12 +236,12 @@ ol { counter-reset: item; } -ol li { +ol > li { display: block; position: relative; } -ol li:before { +ol > li:before { content: counter(item); counter-increment: item; font-weight: 800; @@ -584,7 +584,7 @@ object { counter-reset: item; } -.rtl ol li:before { +.rtl ol > li:before { left: auto; right: -1.5em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index c63c34e2ff..c77b650090 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.8-alpha-43492'; +$wp_version = '4.9.8-alpha-43494'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.