mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-04 15:47:33 +02:00
Fixed: Nested lists had too much margin
This commit is contained in:
@@ -42,6 +42,11 @@
|
|||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
margin: 0 0 45px;
|
margin: 0 0 45px;
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
// No margin for nested lists
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
Reference in New Issue
Block a user