From: Michael Tremer Date: Thu, 25 Apr 2024 18:36:23 +0000 (+0200) Subject: CSS: Don't try to justify any text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0c3fd55265b837fcc33c99dba6bde5a4bd9f4fe;p=people%2Fmfischer%2Fipfire-2.x.git CSS: Don't try to justify any text Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index dbb31ba31..dac06ea89 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -200,7 +200,6 @@ section .title { } #main_inner p { - text-align: justify; margin-bottom: 2em; }