From f538c33d191730d6e3e41c811a17fa22db601c6a Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 11 Dec 2017 21:01:41 +1030 Subject: [PATCH] Add spacing to lists --- eosweb/core/static/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eosweb/core/static/css/main.css b/eosweb/core/static/css/main.css index 432fb60..6bc38b3 100644 --- a/eosweb/core/static/css/main.css +++ b/eosweb/core/static/css/main.css @@ -32,6 +32,14 @@ text-decoration: underline; } +/* Default of 1.25rem is too small for our long lists… */ +.ui.ordered.list, .ui.ordered.list .list, ol.ui.list, ol.ui.list ol { + margin-left: 1.75rem; +} +.ui.ordered.list .list > .item::before, .ui.ordered.list > .item::before, ol.ui.list li::before { + margin-left: -1.75rem; +} + @media print { body, html { /* Default height: 100% causes blank pages */