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:
parent
12860e7b5b
commit
6f1b15bbbd
@ -42,6 +42,11 @@
|
||||
|
||||
ul, ol {
|
||||
margin: 0 0 45px;
|
||||
|
||||
ul, ol {
|
||||
// No margin for nested lists
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
li {
|
||||
margin: 5px 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user