Twenty Fifteen: Add left margin for lists inside blockquotes in `editor-style.css`.

Props diddledan.
Fixes #33380.

git-svn-id: https://develop.svn.wordpress.org/trunk@36075 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-12-23 13:09:38 +00:00
parent 858cf7d215
commit 6bc8f2e24c
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ li > ol {
margin: 0 0 0 23px;
}
blockquote > ul,
blockquote > ol {
margin-left: 28px;
}
dl {
margin: 0 0 28px;
}