From c0bf14a6eb97af216cb12b05686a7ad7be697eeb Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 16 Mar 2020 11:11:36 +0100 Subject: doc styling, preparation for internal md documentation --- docs/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/style.css b/docs/style.css index b9ef4a1..13f3c3b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -147,3 +147,14 @@ a:hover code, .nest > p { margin: 0; } + +.ldoc h2 { + margin-bottom: 0; +} +.ldoc h3.indent { + margin: 0; + margin-left: 0.6rem; +} +.ldoc h3.indent + ul { + margin-top: 0; +} -- cgit v1.2.3