From 63482b3ceff3e831db9c2f1876a173819bf074c7 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 23 Apr 2022 18:23:11 +0200 Subject: [PATCH] fixed typo in README.md, improved css --- README.md | 4 ++-- pom.xml | 2 +- static/templates/css.st | 12 +++++++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd69717..f4c17f9 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ When enabling a list, this software connects to the respective mailbox and waits ## How does subscription work? You can make public every mailing list you create. -All public mailing lists are presented on _Widerhall_`s front page. Visitors may join each of the public mailing lists by hitting the _subscribe_ button. The need to enter their name and email address. After that, they receive a confirmation email with a link, that completes their subscription. +All public mailing lists are presented on _Widerhall_`s front page. Visitors may join each of the public mailing lists by hitting the _subscribe_ button. They need to enter their name and email address. After that, they receive a confirmation email with a link, that completes their subscription. ## Is it free? Yes. _Widerhall_ is FOSS, which stands for Free Open Source Software. -That means every on can obtain a free copy of the source code and use it on it`s own behalf. +That means everyone can obtain a free copy of the source code and use it on it`s own behalf. ## Instructions diff --git a/pom.xml b/pom.xml index d727bce..20f4b79 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.34 + 0.2.35 diff --git a/static/templates/css.st b/static/templates/css.st index ee82fe2..9aedb74 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -115,4 +115,14 @@ td, th{ padding: 6px 0; text-align: center; } - \ No newline at end of file + +pre { + text-align: left; + margin-left: 10px; +} + +#archive a{ + background: none; + border: none; + text-decoration: underline; +} \ No newline at end of file