From e9ac41eb172ded5f5bddc47e5ba42191ac1f830a Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@tuebingen.mpg.de>
Date: Wed, 8 May 2024 02:16:59 +0200
Subject: [PATCH] index.html: Right-justify the text.

This looks much better. We don't want that for table cells, though.
---
 index.html.m4 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html.m4 b/index.html.m4
index 2a55e34..23b3933 100644
--- a/index.html.m4
+++ b/index.html.m4
@@ -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;
-- 
2.39.5