content in header blocks "site name"

GiorgosK - September 25, 2009 - 07:26
Project:mulpo
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

please see attached image

AttachmentSize
mulpo-header.png11.5 KB

#1

GiorgosK - September 25, 2009 - 10:16

the problem is more general than previously thought

in IE the sitename is obstructed without even having anything in the header
take a look at new screenshot

AttachmentSize
sitename.obstuction.png 25.71 KB

#2

GiorgosK - September 25, 2009 - 18:35

the

#wrapper{
    line-height: 1.333em; /* 12px x 1.333 = 16px */
}

creates this

so one can either erase it or put the following in style.css

h1#site-name a{
line-height:1em;
}

#3

ipwa - November 18, 2009 - 07:43

Header blocks fixed in dev, will fix site name when I get a little more time these days.

 
 

Drupal is a registered trademark of Dries Buytaert.