Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
e854710031
  1. 2
      pom.xml
  2. 7
      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.28</version>
<version>0.2.29</version>
<build>
<plugins>
<plugin>

7
static/templates/css.st

@ -109,4 +109,9 @@ button { @@ -109,4 +109,9 @@ button {
table{
margin: 0 0 10px;
min-width: 100%;
}
}
td, th{
padding: 6px 0;
}
Loading…
Cancel
Save