# HG changeset patch # User František Kučera # Date 1569105271 -7200 # Node ID 5ed5b68408e41750447be7ba6ac9f4d05b29f74a # Parent 547569f6e675fda6ffdb0d46e7547537b24fba7c CSS: max-width: 800px; + text-align: justify; diff -r 547569f6e675 -r 5ed5b68408e4 templates/ssm.xhtml.xsl --- a/templates/ssm.xhtml.xsl Sun Sep 22 00:30:37 2019 +0200 +++ b/templates/ssm.xhtml.xsl Sun Sep 22 00:34:31 2019 +0200 @@ -44,28 +44,31 @@ -

- -

+
+

+ +

- -

<DRAFT> Please note that this is a draft version. Stay tuned for v1.0.0! </DRAFT>

+ +

<DRAFT> Please note that this is a draft version. Stay tuned for v1.0.0! </DRAFT>

-

- -

+

+ +

- + - -
- + +
+ +
diff -r 547569f6e675 -r 5ed5b68408e4 templates/style.css --- a/templates/style.css Sun Sep 22 00:30:37 2019 +0200 +++ b/templates/style.css Sun Sep 22 00:34:31 2019 +0200 @@ -3,6 +3,13 @@ font-size: 20px; background-color: white; color: black; + text-align: center; +} + +div#content { + max-width: 800px; + text-align: justify; + margin: 0 auto; } h1,h2,h3 { @@ -22,3 +29,7 @@ p.footer { font-size: 80%; } + +hr { + border: 2px solid #888; +}