fed832e
1
2
3
4
5
6
7
8
9
10
11
12
.list p { display: inline; } .list li:not(:first-child) { margin-top: 1em; } .list li > .list { margin-top: 1em; }