Skip to content

Commit 434d187

Browse files
author
Stephan Schmitz
committed
Nested lists margin reset (fix #38)
1 parent 427adea commit 434d187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/dom_distiller_viewer.css

+4
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ ol, ul {
305305
margin-left: 1.296rem;
306306
}
307307

308+
ol ol, ul ul {
309+
margin-bottom: 0;
310+
}
311+
308312
code, pre {
309313
border: 1px solid;
310314
border-radius: 2px;

0 commit comments

Comments
 (0)