diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 04c99f38ad..3a5bb011b8 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -378,7 +378,6 @@ ol { li > ul, li > ol { margin-bottom: 0; - margin-left: 1.3333em; } dl { @@ -2503,6 +2502,11 @@ span > video { margin-left: 0; } + li > ul, + li > ol { + margin-left: 1.3333em; + } + blockquote { margin-left: -1em; } @@ -2665,6 +2669,11 @@ span > video { .comment-content ol { margin-left: 0; } + + .comment-content li > ul, + .comment-content li > ol { + margin-left: 1.3333em; + } }