Fix alignment in docs

Markdown needs 4 space indent to properly indent inside lists etc
This commit is contained in:
Chris Hill-Scott
2016-04-26 10:16:13 +01:00
parent 6107d24af7
commit bfd11cde6c
2 changed files with 13 additions and 9 deletions

View File

@@ -36,8 +36,14 @@
}
ul {
list-style: disc;
margin: 0 0 20px 20px;
ul {
margin-bottom: 0;
}
}
ol {