Ipodlounge thumbs border Ipodlounge thumbs border
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Ipodlounge thumbs border

Started by skyone, November 09, 2010, 10:24:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

skyone

Hi,
I'd like to add a border around the thumbnails on the Ipodlounge theme. I've looked at the css but I couldn't find exactly what to change.
Thanks !

Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone

this is my test gallery, I haven't upgraded my real gallery yet http://jb.comli.com/gallery/index.php

thanks !

Jeff Bailey

Please post a link to your real site as well.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone

my real gallery is not relevant to this theme and is still on version 1.4.27... ???

Jeff Bailey

It's for other purposes.

remove this

img {
border: none !important;
}

style.css (line 529)

edit this to your liking.
a:active .image {
border:1px solid #000000;
margin:2px;
}

style.css (line 376)

a:link .image {
border:1px solid #000000;
margin:2px;
}

style.css (line 348)

.image {
border:1px solid #333333;
margin:0;
}

style.css (line 383)

untested
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

skyone