From 20b8c7c4a7e98696de41f7d56166e772d9fadbbf Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 17 Oct 2023 21:51:09 +0200 Subject: [PATCH] =?UTF-8?q?supprime=20les=20largeurs=20d'=C3=A9cran=20inf?= =?UTF-8?q?=C3=A9rieures=20=C3=A0=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index a665607..52556d0 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -215,12 +215,6 @@ class theme extends common '960px' => '960 pixels', '1170px' => '1170 pixels', '100%' => '100%', - '95%' => '95%', - '90%' => '90%', - '85%' => '85%', - '80%' => '80%', - '75%' => '75%', - '70%' => '70%', ]; public static $headerWide = [ 'auto auto' => 'Automatique',