From da93ef02b9a042fee9e9f83c4cb5ac87ab486a17 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 19:32:19 +0000 Subject: [PATCH] Twenty Fifteen: indented nested lists in comments. Props pauldewouters, iamtakashi, fixes #29981. Built from https://develop.svn.wordpress.org/trunk@29922 git-svn-id: http://core.svn.wordpress.org/trunk@29674 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 04c99f38ad..3a5bb011b8 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/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; + } }