]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Generate left- and right-justified text. master
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 7 May 2024 18:43:15 +0000 (20:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 May 2024 17:30:23 +0000 (19:30 +0200)
Larger pages such as the manual page look much nicer after this patch.

web/para.css

index 2043fbb70b2afdf9ef243200920910bf564f2a1e..3a928c058a53aa4156d4fb4473b5d4d8f6cc0b3e 100644 (file)
@@ -2,6 +2,8 @@ body {
        font-family: sans-serif;
        background-color: black;
        color: #bbbbbb;
+       text-align: justify;
+       padding: 0px 40px 40px 40px;
        margin: 20px;
 }