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/standard_index.html_pl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/server/conf/index/standard_index.html_pl b/server/conf/index/standard_index.html_pl
index 4b7c498..e657b38 100644
--- a/server/conf/index/standard_index.html_pl
+++ b/server/conf/index/standard_index.html_pl
@@ -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>For questions or problems please contact the <!--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