I downloaded Amor_Azul-6.x-1.x-dev.tar.gz some days ago and installed it on Drupal 6.

Problem: I didn't see the primary links because the blue Tabs didn't show up.

Investigating the CSS showed, that pro_drop4_0a.gif and pro_drop4_0b.gif were downloaded, but the CSS references jpegs instead
ul#navlist li {
display:block;
float:left;
margin-right:4px;
background:url(images/pro_drop4_0b.jpg) right top;
padding:0px;
}
ul#navlist li a {
display:block;
float:left;
height:29px;
line-height:29px;
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
padding:0 6px 0 6px;
cursor:pointer;
background: url(images/pro_drop4_0a.jpg) no-repeat;
}

Comments

info@zrix.com’s picture

This problem has been resolved and to see the changes you need to download Amor Azul theme again. To do so, please visit the link below:

http://drupal.org/project/themes?text=Amor%20Azul

This should help.

chenell’s picture

Actually, I just downloaded the new version today and it still has this bug. I changed the jpg files to gifs and it fixed it.