improvin css

This commit is contained in:
2022-04-24 11:18:20 +02:00
parent fbf3591839
commit 2910af81c9
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.41</version>
<version>0.2.42</version>
<build>
<plugins>
<plugin>

View File

@@ -127,6 +127,10 @@ td, th{
text-align: center;
}
#archive td, #archive th{
text-align: left;
}
pre {
text-align: left;
margin-left: 10px;