_s: Simpler selector for lists within lists.

This commit is contained in:
obenland 2013-03-04 15:14:51 -08:00
parent 3f85aae174
commit 914c6c21de
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ ul {
ol {
list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}