forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Pasci on September 02, 2004, 03:06:39 pm

Title: .thumnails in style.css won't change
Post by: Pasci on September 02, 2004, 03:06:39 pm
This is still strange:
Now I tried to change the color of the .thumbnails from grey to white, so I used the following code in the style.css
Code: [Select]
.thumbnails {
background: #FFFFFF;
padding: 5px;
background-color: #FFFFFF;
}
However, as you can see here, the background color is still grey http://bangkokrecorder.com/fotos/thumbnails.php?album=10
Why is this? And how can I make it work?
Title: Re: .thumnails in style.css won't change
Post by: kegobeer on September 02, 2004, 03:14:09 pm
I think you need to clear your browser cache.  I just visited your gallery and there's no grey around any of your thumbnails.
Title: Re: .thumnails in style.css won't change
Post by: Pasci on September 02, 2004, 03:36:00 pm
@kegobeer:
Thanks for the reply. I just saw that it worked, too  ;)