From: Andre Noll Date: Tue, 7 May 2024 18:43:15 +0000 (+0200) Subject: web: Generate left- and right-justified text. X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=paraslash.git web: Generate left- and right-justified text. Larger pages such as the manual page look much nicer after this patch. --- diff --git a/web/para.css b/web/para.css index 2043fbb7..3a928c05 100644 --- a/web/para.css +++ b/web/para.css @@ -2,6 +2,8 @@ body { font-family: sans-serif; background-color: black; color: #bbbbbb; + text-align: justify; + padding: 0px 40px 40px 40px; margin: 20px; }