From 97cfba07394df43e66038bc5de248b5b21979d6e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Mar 2024 08:56:25 +0100 Subject: [PATCH] curl.css: make the man page texts justified --- curl.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/curl.css b/curl.css index 7b66484e76..ec590ee6e2 100644 --- a/curl.css +++ b/curl.css @@ -462,6 +462,17 @@ a.sitesearch:hover { background: #ffe0e0; } + +p.level0 { + text-align: justify; + text-justify: inter-word; +} + +p.level1 { + text-align: justify; + text-justify: inter-word; +} + /* DARK MODE PROPERTIES */ /* These will override all settings above */ @media (prefers-color-scheme: dark) {