From d98c4bb533266cea5490ecbfeba9e1df7838dd11 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Sun, 28 Dec 2008 21:40:37 -0500
Subject: [PATCH] style fix in error-pages (de, en) and default-indexes

---
 server/conf/index/user_standard_index.html_fr |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_fr b/server/conf/index/user_standard_index.html_fr
index 68472ee..8c074c0 100644
--- a/server/conf/index/user_standard_index.html_fr
+++ b/server/conf/index/user_standard_index.html_fr
@@ -30,7 +30,7 @@
         padding: 4px 0 24px 0;
     }
     #footer {
-        color:#83A342;
+        color: #666666;
         background: #f9f9f9;
         padding: 10px 20px;
         border-top: 5px #efefef solid;
@@ -38,7 +38,7 @@
         text-align: center;
     }
     #footer a {
-        color: #83A342;
+        color: #999999;
     }
     --></style>
 </head>
@@ -53,7 +53,7 @@
             <p>Pour tous problèmes ou questions, merci de contacter le <!--SUPPORT//-->support<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">
-            <p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
         </div>
     </div>
 </body>

--
Gitblit v1.9.1