Remove margin only from nested lists

This commit is contained in:
Noikoio 2017-10-15 22:56:47 -07:00
parent 44d075eb68
commit e20b7f5390

View file

@ -17,4 +17,4 @@ section #title h1 {
section #title span a { border-bottom: none; }
code { padding: 0px; }
ul { margin-bottom: 0px; }
ul ul { margin-bottom: 0px; }