kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 16 13:05:11 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |    9 +++++----
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php   |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit dd2d37f56f8e807c777777425fbe31d9c1275713
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 13:04:44 2012 +0200

    made header link back to front page

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
index c5cb056..d55c663 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
@@ -23,10 +23,11 @@ body.mceContentBody {
     }
 
 #header-normal {
-        background: transparent url(../images/logo-small.png) no-repeat top left;
-        margin-top: 20px;
-        min-height: 140px;
-    }
+	background: transparent url(../images/logo-small.png) no-repeat top left;
+	margin-top: 20px;
+	min-height: 140px;
+	cursor: pointer;
+}
 
     #header .span-24 {
         padding-left: 264px;
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
index 67fad08..a0bb36a 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
@@ -2,7 +2,7 @@
   if(drupal_is_front_page()): $title = ""; endif;
 ?>
 
-<div id="header-normal" class="container">
+<div id="header-normal" class="container" onclick="document.location='/'">
   <div class="span-24">
     <?php if($site_name): ?>
       <h1 class='site-name'>





More information about the commits mailing list