From 4b8a0f024606ca8c602a4e886767d414995ca0a2 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 3 Jun 2020 12:50:20 +0200 Subject: split guide into guide and reference --- docs/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 51fddef..e3238e9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -62,9 +62,10 @@ a { ul, ol { margin: 0.5em 0; - padding-left: 0.6em; + padding-left: 1em; } ul, .ldoc ol { list-style: '- '; } +li > ul, li > ol { margin: 0; } header { position: fixed; -- cgit v1.2.3