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
Coppermine plugin - removing black border around thumbnails
-
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
The plugin loads additional Style information from the "styles.css" file. There it defines:
You can set this to border: 0px; to remove the border...
Regards,
Garvin
Code: Select all
/* thumbnail img element */
.cm_thumbnail {
border: 1px solid #000000;
}
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/
# 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/