From 659ad6e12aba906fa212ee6e91e5bb744275f3b0 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Tue, 9 Apr 2002 16:29:05 +0000
Subject: [PATCH] =?UTF-8?q?Inversion=20des=20couleurs=20des=20boutons/cham?=
 =?UTF-8?q?ps=20formulaires=20dans=20"Install".=20Plus=20coh=C2=8Erent.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_presentation.php3 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index b255bcf4b8..d533160cd5 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1190,10 +1190,10 @@ function install_debut_html($titre="Installation du syst&egrave;me de publicatio
 <!--
 	a {text-decoration: none; }
 	A:Hover {color:#FF9900; text-decoration: underline;}
-	.forml {width: 100%; background-color: #FFCC66; background-position: center bottom; float: none; color: #000000}
-	.formo {width: 100%; background-color: #FFF0E0; background-position: center bottom; weight: bold; float: none; color: #000000}
-	.fondl {background-color: #FFCC66; background-position: center bottom; float: none; color: #000000}
-	.fondo {background-color: #FFF0E0; background-position: center bottom; float: none; color: #000000}
+	.forml {width: 100%; background-color: #FFF0E0; background-position: center bottom; float: none; color: #000000}
+	.formo {width: 100%; background-color: #FFCC66; background-position: center bottom; weight: bold; float: none; color: #000000}
+	.fondl {background-color: #FFF0E0; background-position: center bottom; float: none; color: #000000}
+	.fondo {background-color: #FFCC66; background-position: center bottom; float: none; color: #000000}
 	.fondf {background-color: #FFFFFF; border-style: solid ; border-width: 1; border-color: #E86519; color: #E86519}
 -->
 </style>
-- 
GitLab