From c0468a3266ca173cb1e04a764bcc205a88957bba Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Sun, 12 Mar 2017 21:01:00 -0400 Subject: docs: add markers to ordered lists and sublists While GitHub allows a single space to denote a sublist, Jekyll is not so lenient. It also seems unable to handle ordered sublists. --- docs/css/screen.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/css') diff --git a/docs/css/screen.css b/docs/css/screen.css index 76d1461c9..2f1e84ce1 100644 --- a/docs/css/screen.css +++ b/docs/css/screen.css @@ -158,8 +158,12 @@ pre code { box-shadow: 0 -1px 0 rgba(0,0,0,0.5); } +#home ol, #page ol, .postcontent ol { + list-style: decimal; +} + #home ul, #page ul, .postcontent ul { - list-style: inherit; + list-style: disc; } #home h1, #page h1 { -- cgit v1.2.3