1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-01-17 04:38:24 +01:00

Fixed: Nested lists had too much margin

This commit is contained in:
til-schneider 2015-12-30 20:25:48 +01:00
parent 12860e7b5b
commit 6f1b15bbbd

View File

@ -42,6 +42,11 @@
ul, ol {
margin: 0 0 45px;
ul, ol {
// No margin for nested lists
margin: 0;
}
}
li {
margin: 5px 0;