Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
e90bf2b5dd
  1. 2
      pom.xml
  2. 4
      static/templates/css.st

2
pom.xml

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

4
static/templates/css.st

@ -118,6 +118,10 @@ table{ @@ -118,6 +118,10 @@ table{
min-width: 100%;
}
table a{
white-space: nowrap;
}
td, th{
padding: 6px 0;
text-align: center;

Loading…
Cancel
Save