From c845692fb4afc14129032933772dc97d8954165c Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 19:31:09 +0000 Subject: [PATCH] Twenty Fifteen: indented nested lists in comments. Props pauldewouters, iamtakashi, fixes #29981. git-svn-id: https://develop.svn.wordpress.org/trunk@29922 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; + } }