From 3d8191bd9806c3affa781dadd14b3c91d42f3e6f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 3 Feb 2017 09:34:35 -0600 Subject: [PATCH] Slight improvement to the css on list items --- data/web-static/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index e965980..2bda6fc 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -34,14 +34,13 @@ span.pre-ish { ul { margin-top: .25em; margin-bottom: .25em; - padding: 0px; + padding-left: 2ch; list-style: none; } ul li:before { content: "\2022"; margin-right: 1ch; - margin-left: 1ch; font-weight: bold; } -- 2.31.1