From 25c6dd666fd37446ae420e3ec778c31a17c6b850 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Mon, 26 Sep 2016 11:07:05 +1000 Subject: [PATCH] Makes lists look less awful --- static/src/lca2017/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/lca2017/css/app.css b/static/src/lca2017/css/app.css index cb8346ee..f1ab1f16 100644 --- a/static/src/lca2017/css/app.css +++ b/static/src/lca2017/css/app.css @@ -661,7 +661,7 @@ ol { ul > li, ol > li { - list-style-position: inside; + list-style-position: outside; } blockquote {