From e32f218545f45a0740ad6185585833cdf4da48b5 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 23 Apr 2022 01:47:03 +0200 Subject: [PATCH] improved css --- pom.xml | 2 +- static/templates/css.st | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4ca6e10..0c43e7e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.29 + 0.2.30 diff --git a/static/templates/css.st b/static/templates/css.st index 11b8ffd..ee82fe2 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -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{ td, th{ padding: 6px 0; + text-align: center; } \ No newline at end of file