Changeset 40

Show
Ignore:
Timestamp:
2007-11-27 18:43:48 (4 years ago)
Author:
hannes
Message:

putting site link in front of the logo container (ticket #16)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/pages/Page.php

    r26 r40  
    7575        $img = $a->addChild('img'); 
    7676        $img->addAttribute('src', $_pref . 'images/' . $SETTINGS['forumlogo']); 
    77         $img->addAttribute('alt',$SETTINGS['forumname']); 
     77        $img->addAttribute('alt', $SETTINGS['forumname']); 
    7878        $_size = getimagesize($_pref . 'images/' . $SETTINGS['forumlogo']); 
    7979        $img->addAttribute('width', $_size[0]); 
  • trunk/includes/styles/default.css

    r20 r40  
    287287    width:100%; 
    288288    text-align:right; 
     289    position:relative; 
     290    z-index:2; 
    289291} 
    290292