From 849aee351cc7eb02a40ff5c09d7b1cb2780605d4 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 19 Sep 2022 16:49:18 +0200 Subject: [PATCH] Cosmetic --- html/css/style-classic7.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 8598ee4ad..7eff87451 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -82,7 +82,10 @@ table.sortable th, table.table_large th,table.result th { font-style: italic; } - +h2.title { + border-radius: 0px; + margin: 0px; +} h2 { font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; color:white; @@ -95,7 +98,9 @@ h2 { font-size: 1.1rem; margin-bottom: 1rem; margin-top: 1rem; -border-radius: 2px; +margin-right:1rem; +margin-left:1rem; +border-radius: 12px; padding: 0.5rem 0rem 0.7rem 2rem; } @media only screen and (max-width: 1280px) {