From ea3eaf84c6de3f96d6bb73e817147f8571fd6c1f Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 30 Jun 2025 17:22:26 +0200 Subject: formulaire de contact 2 --- public/css/body.css | 4 ++++ public/css/tinymce.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/body.css b/public/css/body.css index a2b099a..eb198e6 100644 --- a/public/css/body.css +++ b/public/css/body.css @@ -7,6 +7,10 @@ body background-color: #0cceec; } +.hidden{ + display: none; +} + #bloc_page {} diff --git a/public/css/tinymce.css b/public/css/tinymce.css index 55639e0..1a99de9 100644 --- a/public/css/tinymce.css +++ b/public/css/tinymce.css @@ -1,6 +1,6 @@ .tox-promotion{ display: none; } -.hidden{ +/*.hidden{ display: none; -} \ No newline at end of file +}*/ \ No newline at end of file -- cgit v1.2.3