summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Neveu (Captain) <neveu.etna@gmail.com>2006-04-04 20:17:49 +0200
committerbeber <beber@meathook.melee>2006-05-07 20:31:00 +0200
commitc701ac2357f95cc596da9c437fa274090422b114 (patch)
tree8b2b17b83cd3424a15d1fbc489e96dddec3a6fc3
parentset footer (diff)
downloadweb-c701ac2357f95cc596da9c437fa274090422b114.tar.xz
end footer's style settings
(cherry picked from e3bef89c452e495a0abcd2cf69691bb0f44a7665 commit)
-rw-r--r--web_site/theme/else/footer.php6
-rw-r--r--web_site/theme/else/style.css5
2 files changed, 6 insertions, 5 deletions
diff --git a/web_site/theme/else/footer.php b/web_site/theme/else/footer.php
index 9ca6caa..5e4c715 100644
--- a/web_site/theme/else/footer.php
+++ b/web_site/theme/else/footer.php
@@ -1,7 +1,7 @@
<div id="footer">
-<p>
-<?php _e('Design by'); ?> <a href="http://else-team.org" title="<?php _e('Theme designed by'); ?> ELSE">ELSE</a>
-</p>
+<!--<p>
+<?php /*_e('Design by'); ?> <a href="http://else-team.org" title="<?php _e('Theme designed by'); */?> ELSE">ELSE</a>
+</p>-->
</div>
</div>
diff --git a/web_site/theme/else/style.css b/web_site/theme/else/style.css
index 95cb4e8..e2eaf83 100644
--- a/web_site/theme/else/style.css
+++ b/web_site/theme/else/style.css
@@ -184,8 +184,9 @@ html>body #content {
}
#footer {
clear: both;
- margin: 0 20px;
- padding: 25px 4px 0 4px;
+ width: 800px;
+ height: 40px;
+ padding: 0px 4px 0 4px;
background: url(images/footer.png) no-repeat;
}