Added top-margin to nested lists (#889)

no issue

- nested lists can become very cramped in post previews, this matches the top margin of the list to what would normally be used in-between list items
This commit is contained in:
Kevin Ansfield 2017-10-09 12:27:45 +01:00 committed by Aileen Nowak
parent 60ed43b373
commit d6bd86f84b

View File

@ -201,7 +201,7 @@ ol ol,
ul ul,
ul ol,
ol ul {
margin: 0 0 0.4em 0;
margin: 10px 0 0.4em 0;
padding-left: 2em;
font-size: 0.9em;
}