From 545e41927bba14603dd9c8b7b5c8a92cfc001ca8 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 26 Feb 2026 08:38:41 +0100 Subject: [PATCH] Cosmetic message1 and fix nav-item typo --- html/css/style-classic7.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 91148a26b..9ca1b6207 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -112,6 +112,7 @@ p.notice,span.notice { margin-left: 5ch; border:1px solid transparent; border-radius: 5px; + text-align: center; } .valid { color:green; @@ -3961,7 +3962,8 @@ h2.h-section { content:''; left:0; bottom:0; - right:0;3 position:absolute; + right:0.3; + position:absolute; height:var(--border-size); background-color:red; transform:scaleX(0); @@ -4301,4 +4303,8 @@ span.nb-round { } #ag_title { width:80%; +} +#message1 { + text-align: center; + padding: 10px; } \ No newline at end of file