From a69f42f2dd249293d435c1607619358470ca2200 Mon Sep 17 00:00:00 2001 From: x1y <23239177+x1y@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:01:38 +0200 Subject: [PATCH] Correction --- themes/pinetheme/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pinetheme/assets/css/style.css b/themes/pinetheme/assets/css/style.css index a0373345..80855442 100644 --- a/themes/pinetheme/assets/css/style.css +++ b/themes/pinetheme/assets/css/style.css @@ -44,6 +44,10 @@ h2 a, h3 a, h4 a, h5 a, h6 a { ul, li, ol { list-style-position: inside; } +ul li p, ol li p { + display: inline; +} + hr { height: 1px;