Browse Source

fix header layout for 1024 width

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 years ago
parent
commit
644b7db597
1 changed files with 1 additions and 1 deletions
  1. 1 1
      materio_user.module

+ 1 - 1
materio_user.module

@@ -76,7 +76,7 @@ function materio_user_block_view($delta = '') {
       break;
     case 'front_link':
       $block['subject'] = '';
-      $block['content'] = l('<i class="icon-home"></i>'.t('home'), '<front>', array('html'=>true));
+      $block['content'] = l('<i class="icon-home"></i><span class="text">'.t('home').'</span>', '<front>', array('html'=>true));
       break;
   }
   return $block;