improved css

This commit is contained in:
2022-04-23 01:47:03 +02:00
parent dac01b4768
commit e32f218545
2 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -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;
} }