I am struggling with removing the border around linked images that appear within the image comment area. Following is the code as it appears for one of these.
I have played with the following classes in the style sheet to eliminate the border, with no success. What am I doing wrong? How do I get rid of the border? You can see an example here: http://www.jenniferbeckley.com/index.ph ... sutra.html
.serendipity_image_link a, serendipity_image_link a:hover{
border: 0px;
.serendipity_imageComment_center a, .serendipity_imageComment_left a, .serendipity_imageComment_right a {
background:none;
border: 0;}
.serendipity_imageComment_center a:hover, .serendipity_imageComment_left a:hover, .serendipity_imageComment_right a:hover {
background:none;
border: 0px;}