Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 3 years ago
parent
commit
9544cd8f19
  1. 2
      pom.xml
  2. 5
      static/templates/css.st

2
pom.xml

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

5
static/templates/css.st

@ -45,12 +45,12 @@ legend {
font-family: lofty; font-family: lofty;
font-size: 24px; font-size: 24px;
border-radius: 5px; border-radius: 5px;
padding: 0px 5px; padding: 0px 10px;
background: #eefffc; background: #eefffc;
border-color: #6c57ff; border-color: #6c57ff;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
margin: 10px 0; margin: 10px auto;
} }
fieldset fieldset>legend { fieldset fieldset>legend {
@ -113,5 +113,6 @@ table{
td, th{ td, th{
padding: 6px 0; padding: 6px 0;
text-align: center;
} }
Loading…
Cancel
Save