[minor] added bottom margin for enanocms.org fading button
authorDan
Sun, 21 Oct 2007 02:33:25 -0400
changeset 201 2303ef648290
parent 200 63fddf1335d9
child 202 88d7a7c2743c
[minor] added bottom margin for enanocms.org fading button
includes/template.php
--- a/includes/template.php	Sun Oct 21 01:45:00 2007 -0400
+++ b/includes/template.php	Sun Oct 21 02:33:25 2007 -0400
@@ -42,7 +42,7 @@
     $this->plugin_blocks = Array();
     $this->theme_loaded = false;
     
-    $this->fading_button = '<div style="background-image: url('.scriptPath.'/images/about-powered-enano-hover.png); background-repeat: no-repeat; width: 88px; height: 31px; margin: 0 auto;">
+    $this->fading_button = '<div style="background-image: url('.scriptPath.'/images/about-powered-enano-hover.png); background-repeat: no-repeat; width: 88px; height: 31px; margin: 0 auto 5px auto;">
                               <a href="http://enanocms.org/" onclick="window.open(this.href); return false;"><img style="border-width: 0;" alt=" " src="'.scriptPath.'/images/about-powered-enano.png" onmouseover="domOpacity(this, 100, 0, 500);" onmouseout="domOpacity(this, 0, 100, 500);" /></a>
                             </div>';