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
This commit is contained in:
parent
ed5e22d2f7
commit
c845692fb4
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user