]> git.tuebingen.mpg.de Git - dss.git/commitdiff
index.html: Right-justify the text.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 May 2024 00:16:59 +0000 (02:16 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 May 2024 16:38:16 +0000 (18:38 +0200)
This looks much better. We don't want that for table cells, though.

index.html.m4

index 2a55e34f9e11be683da1077cabfa40339b3e9e60..23b39337393888d86fbf2662babb70f3cbe12d6f 100644 (file)
@@ -6,9 +6,11 @@ dnl SPDX-License-Identifier: GPL-2.0
        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
        <title>PACKAGE() - SLOGAN()</title>
        <style type='text/css'>
-               body,td {
+               body {
+                       text-align: justify;
                        background-color: #ffffff;
                        color: #333333;
+                       padding: 0px 30px 0px 30px;
                }
                a {
                        color: #4444ff;