From 3e625c9c2b5e71a79b4282e79208e7e70d24a787 Mon Sep 17 00:00:00 2001 From: gucio321 Date: Sun, 3 Mar 2024 14:20:39 +0100 Subject: [PATCH] stylesheet: customize for li p --- _static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index c70e9484..fd8b20ac 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -89,6 +89,11 @@ div.body h2 { background: #000000; } +/* for lists - items have too large interline*/ +li p { + line-height: 0px; +} + /* note, important, tip warning, background */ div.admonition {