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
This commit is contained in:
Ian Stewart 2014-10-16 19:32:19 +00:00
parent 24e6e8cc0a
commit da93ef02b9
1 changed files with 10 additions and 1 deletions

View File

@ -378,7 +378,6 @@ ol {
li > ul, li > ul,
li > ol { li > ol {
margin-bottom: 0; margin-bottom: 0;
margin-left: 1.3333em;
} }
dl { dl {
@ -2503,6 +2502,11 @@ span > video {
margin-left: 0; margin-left: 0;
} }
li > ul,
li > ol {
margin-left: 1.3333em;
}
blockquote { blockquote {
margin-left: -1em; margin-left: -1em;
} }
@ -2665,6 +2669,11 @@ span > video {
.comment-content ol { .comment-content ol {
margin-left: 0; margin-left: 0;
} }
.comment-content li > ul,
.comment-content li > ol {
margin-left: 1.3333em;
}
} }