_s: Simpler selector for lists within lists.
This commit is contained in:
parent
3f85aae174
commit
914c6c21de
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ ul {
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
ul ul, ol ol, ul ol, ol ul {
|
li > ul,
|
||||||
|
li > ol {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 1.5em;
|
margin-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue