diff --git a/pom.xml b/pom.xml
index 81bc592..40e6785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.example
Widerhall
- 0.2.41
+ 0.2.42
diff --git a/static/templates/css.st b/static/templates/css.st
index e370214..595ead2 100644
--- a/static/templates/css.st
+++ b/static/templates/css.st
@@ -127,6 +127,10 @@ td, th{
text-align: center;
}
+#archive td, #archive th{
+ text-align: left;
+}
+
pre {
text-align: left;
margin-left: 10px;