]> git.mxchange.org Git - mailer.git/commitdiff
Copyright fixed, colors changed in default theme
authorRoland Häder <roland@mxchange.org>
Sat, 29 Jan 2011 03:39:55 +0000 (03:39 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 29 Jan 2011 03:39:55 +0000 (03:39 +0000)
inc/config-global.php
theme/default/css/install.css

index bc72a81926b3819f8c7304f8ef42ed3fa6ec39ae..fc4c6e65f9df48a0d7d3bfe7ce30d2e229cb434d 100644 (file)
@@ -93,7 +93,7 @@ setConfigEntry('AUTHOR' , 'Roland H&auml;der');
 setConfigEntry('TITLE', 'Mailer Project');
 
 // CFG: COPY
-setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br />2009, 2011 by Mailer Developer Team');
+setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br />2009 - 2011 by Mailer Developer Team');
 
 // CFG: CACHE_PATH
 setConfigEntry('CACHE_PATH', 'inc/cache/');
index b0e6234cd801673393c6dbbefbc155490347ff29..1029390699ca988ec86fa2b37d11a694af2681db 100644 (file)
@@ -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;