mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user