From: Roland Häder Date: Fri, 1 Jan 2010 16:08:08 +0000 (+0000) Subject: HTML copyright updated as well (you may want to update your general.css file like... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6ab47a0e88ac316936f4c9245886b3c8c07f1e67 HTML copyright updated as well (you may want to update your general.css file like mine --- diff --git a/inc/config-global.php b/inc/config-global.php index b3f41ef74b..cf93aa710d 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -91,7 +91,7 @@ setConfigEntry('AUTHOR' , 'Roland Häder'); setConfigEntry('TITLE', 'Mailer Project'); // CFG: COPY -setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder'); +setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder
2009, 2010 by Mailer Developer Team'); // CFG: CACHE-PATH setConfigEntry('CACHE_PATH', getConfig('PATH') . 'inc/cache/'); diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 1a1c67909e..34f868c143 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -345,7 +345,7 @@ span.copyright_lines { width: 380px; vertical-align: middle; background-color: #ffffff; - height: 26px; + height: 38px; padding-top: 7px; padding-bottom: 7px; display:inline-block; diff --git a/theme/default/css/general.css b/theme/default/css/general.css index 7e997d66ab..6220473a63 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -380,7 +380,7 @@ li.copyright_lines { span.copyright_lines { font-size: 10px; width: 380px; - height: 26px; + height: 38px; vertical-align: middle; background-color: #E5EFE5; padding-top: 7px; diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index 7ecd93fc3d..9f64ed8750 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -328,7 +328,7 @@ span.copyright_lines { width: 380px; vertical-align: middle; background-color: #ffffcc; - height: 26px; + height: 38px; display: inline-block; padding-top: 7px; padding-bottom: 7px;