mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
858cf7d215
commit
6bc8f2e24c
@ -238,6 +238,11 @@ li > ol {
|
||||
margin: 0 0 0 23px;
|
||||
}
|
||||
|
||||
blockquote > ul,
|
||||
blockquote > ol {
|
||||
margin-left: 28px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 0 0 28px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user