Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
a329f1bb88
  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.36</version>
<version>0.2.37</version>
<build>
<plugins>
<plugin>

7
static/templates/css.st

@ -106,6 +106,13 @@ button { @@ -106,6 +106,13 @@ button {
color: #1b00d7;
}
fieldset>a,
form button{
display: block;
margin: 10px auto;
width: fit-content;
}
table{
margin: 0 0 10px;
min-width: 100%;

Loading…
Cancel
Save