Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit bcd0439

Browse files
author
Jan Henckens
committed
Nested list styling
1 parent 9e5988d commit bcd0439

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sass/elements/_lists.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ ol {
1111
}
1212

1313
li > ul,
14-
li > ol {
14+
li > ol{
1515
margin-bottom: 0;
16+
& > li {
17+
margin-left: 20px;
18+
}
1619
}
1720

1821
dt {

style.css

+3
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,9 @@ ol {
11621162
li > ul,
11631163
li > ol {
11641164
margin-bottom: 0; }
1165+
li > ul > li,
1166+
li > ol > li {
1167+
margin-left: 20px; }
11651168

11661169
dt {
11671170
font-weight: bold; }

0 commit comments

Comments
 (0)