Browse Source

improved css

drop_old_mail
Stephan Richter 3 years ago
parent
commit
e32f218545
  1. 2
      pom.xml
  2. 5
      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.29</version>
<version>0.2.30</version>
<build>
<plugins>
<plugin>

5
static/templates/css.st

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