From 6e8cb5ed931f14271ebc3002304f7eae4a0fb28c Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 1 Oct 2015 19:35:27 +0000 Subject: [PATCH] Remove margins on multi-level lists --- www/solar/ui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/solar/ui.css b/www/solar/ui.css index 18c3d09..85cf439 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -116,6 +116,10 @@ p { ul, ul ul, ol ul, ul ol, ol ol { margin: 10px 0px; } +li > ul, li > ol { + /* embedded list */ + margin: 0px; +} blockquote { margin: 20px 0px; }