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
| Attachment | Size |
|---|---|
| mulpo-header.png | 11.5 KB |

#1
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
#2
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
Header blocks fixed in dev, will fix site name when I get a little more time these days.