Coppermine plugin - removing black border around thumbnails

Creating and modifying plugins.
Post Reply
Chris
Regular
Posts: 49
Joined: Thu Dec 09, 2004 1:02 am
Location: Sydney, Australia
Contact:

Coppermine plugin - removing black border around thumbnails

Post by Chris »

Hi everyone,

I've just installed 0.8.3 (after accidentally deleting my blog directory !) and I've also installed the Coppermine plugin (serendipity_plugin_coppermine) via Spartacus.

I notice that there are black borders around the thumbnails of each photo (see my blog for example - http://www.christopher-chan.com/blog/index.php). How can I turn that the black border off ?

The previous version of this plugin that I was using with my 0.8 installation did not have black borders.

Thanks !

Chris
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Coppermine plugin - removing black border around thumbna

Post by garvinhicking »

The plugin loads additional Style information from the "styles.css" file. There it defines:

Code: Select all

/* thumbnail img element */
.cm_thumbnail {

	border: 1px solid #000000;

}
You can set this to border: 0px; to remove the border...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chris
Regular
Posts: 49
Joined: Thu Dec 09, 2004 1:02 am
Location: Sydney, Australia
Contact:

Post by Chris »

Thanks Garvin !
Post Reply