diff --git a/pom.xml b/pom.xml index 2d03578..4ca6e10 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.28 + 0.2.29 diff --git a/static/templates/css.st b/static/templates/css.st index bbaca5b..44f372b 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -109,4 +109,9 @@ button { table{ margin: 0 0 10px; min-width: 100%; -} \ No newline at end of file +} + +td, th{ + padding: 6px 0; +} + \ No newline at end of file