From fb8e0189af3c791cf85586c5756507ae01098ba8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 7 May 2025 12:23:39 +0200 Subject: [PATCH] dokuwiki: make more readable I think. Maybe. --- roles/dokuwiki/files/userstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dokuwiki/files/userstyle.css b/roles/dokuwiki/files/userstyle.css index 45b72cb..b2d7071 100644 --- a/roles/dokuwiki/files/userstyle.css +++ b/roles/dokuwiki/files/userstyle.css @@ -18,8 +18,8 @@ body { .page p, .page ol, .page ul { text-align: justify; - line-height: 1.6em; - margin: 0 0 0.5em; + line-height: 1.4em; + margin: 0 0 0.75em; } .page code {