From ef6cfd6b779c044d0f3ad44c928ba0c95557b01a Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 29 Jan 2011 03:39:55 +0000 Subject: [PATCH] Copyright fixed, colors changed in default theme --- inc/config-global.php | 2 +- theme/default/css/install.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/inc/config-global.php b/inc/config-global.php index bc72a81926..fc4c6e65f9 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -93,7 +93,7 @@ setConfigEntry('AUTHOR' , 'Roland Häder'); setConfigEntry('TITLE', 'Mailer Project'); // CFG: COPY -setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009, 2011 by Mailer Developer Team'); +setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2011 by Mailer Developer Team'); // CFG: CACHE_PATH setConfigEntry('CACHE_PATH', 'inc/cache/'); diff --git a/theme/default/css/install.css b/theme/default/css/install.css index b0e6234cd8..1029390699 100644 --- a/theme/default/css/install.css +++ b/theme/default/css/install.css @@ -1,11 +1,10 @@ .install_main { - color: #111188; background-color: #DDEEDD; text-decoration: none; } .install_header { - color: #F76300; + color: #009900; background-color: #CCDDCC; font-size: 20px; text-decoration: underline; @@ -30,7 +29,6 @@ } .install_welcome { - color: #0000CC; padding-top: 5px; padding-bottom: 10px; font-size: 16px; -- 2.39.5