From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- server/conf/index/user_standard_index.html_en | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/conf/index/user_standard_index.html_en b/server/conf/index/user_standard_index.html_en index 9b0c479..bb3a7aa 100644 --- a/server/conf/index/user_standard_index.html_en +++ b/server/conf/index/user_standard_index.html_en @@ -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