View Single Post
  #3  
Old 01-30-2006, 07:51 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
in templates/simple/styles/light.css and change

HTML Code:
#photo {
background:#f5f5f5;
padding:5px;
border:1px solid #ccc;
}
to

HTML Code:
#photo {
border:0px solid #fff;
}
Reply With Quote