In theme configuration >> toggle display >> when I uncheck "site name" and save, the rounded corners on the top of the header disappear and the corners are squared. If I check the "site name" and save, the rounded corners come back, but then I've got my site name looking ugly next to my logo. Nothing shows up in the admin logs about this.

Comments

Florian’s picture

Status: Active » Fixed

Fixed! Please use the latest version from head (http://drupal.org/node/169636). You can also change the following lines in css/salamander1.css:

div#header .header-left {
background: transparent url(../images/salamander1/mast-l.png) 0 0 no-repeat;
padding: 1px 0 14px 0;  /* this line is new and solve the issue */
}
Florian’s picture

Status: Fixed » Closed (fixed)