StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Border on thumbnail (http://www.studiopress.com/support/showthread.php?t=10134)

digime 06-22-2009 10:18 AM

Border on thumbnail
 
Hope someone can help...

I found a thread showing how to adjust the border on the large image, but now I want to do the same for the thumbnail size image.

Is this in the stylesheet? I can't find it in the recent.php file.

Rob

digime 06-22-2009 10:25 AM

Re: Border on thumbnail
 
Found it...
Code:


#photos a img, #photos a:visited img {
        padding: 0px;
        border: 3px solid #232323;
        }
       
#photos a:hover img{
        padding: 0px;
        border: 3px solid #373737;
        }



All times are GMT -5. The time now is 12:04 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.