projects
/
dss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d130ce
)
index.html: Right-justify the text.
author
Andre Noll
<maan@tuebingen.mpg.de>
Wed, 8 May 2024 00:16:59 +0000
(
02:16
+0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 2 Jul 2024 16:52:03 +0000
(18:52 +0200)
This looks much better. We don't want that for table cells, though.
index.html.m4
patch
|
blob
|
history
diff --git
a/index.html.m4
b/index.html.m4
index 2a55e34f9e11be683da1077cabfa40339b3e9e60..23b39337393888d86fbf2662babb70f3cbe12d6f 100644
(file)
--- 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;