From 2910af81c9dc690a81b2ac1d77392b1de73d5405 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 24 Apr 2022 11:18:20 +0200 Subject: [PATCH] improvin css --- pom.xml | 2 +- static/templates/css.st | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;