From 2a92be30422074a6b621257613b4716f40775681 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 04:57:57 +0100 Subject: [PATCH] correction de l'attribut border en border-width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7640614..fd40267 100644 --- a/static/style.css +++ b/static/style.css @@ -41,6 +41,6 @@ footer{ } #main-content{ - border: 2px; + border-width: 2px; border-color: #cc0000; }