.modcaption duplicating inside description

geek-e

Joined: 2004-07-26
Posts: 6
Posted: Fri, 2005-04-22 04:10

I did a search for screen.css and .modcaption and couldn't find anyone with this problem so I'll post here.

I'm having a problem since upgrading to Gallery 1.5.
I have an album with subalbums and on the subalbum page the titles of the albums duplicates the background of the caption box for the albums. I think I've narrowed it down to the .modcaption area of the screen.css file but if I remove the styles of that section I lose all the background for both the album name and the caption box. They seems to be pulling the same info to style the background of the text.

How do I remove the style of the albume title but leave the background style for the rest of the text?

A screenshot can be seen at http://homepage.mac.com/eholtam/.Pictures/overlappingStyle.jpg

I've hacked my way thru the style so I'm no guru.

This same untouched stylesheet worked fine in 1.4.4.

Any ideas?

Thanks.

 
smc

Joined: 2006-02-02
Posts: 1
Posted: Thu, 2006-02-02 08:22

add this to screen.css

a.modcaption
	{
          border: 0;
        }