Remove margin only from nested lists
This commit is contained in:
parent
44d075eb68
commit
e20b7f5390
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ section #title h1 {
|
||||||
section #title span a { border-bottom: none; }
|
section #title span a { border-bottom: none; }
|
||||||
|
|
||||||
code { padding: 0px; }
|
code { padding: 0px; }
|
||||||
ul { margin-bottom: 0px; }
|
ul ul { margin-bottom: 0px; }
|
Loading…
Reference in a new issue