PDA

View Full Version : Can't seem to get rid of a top line


shenobie
Nov-02-2009, 07:03 PM
Hi :)

I can't seem to get rid of the line at the top of my gallery page. Can someone help?

http://www.priyaandalex.com/gallery/8963668_w4BXW


Thanks!

jfriend
Nov-02-2009, 07:22 PM
Add the part in red to your CSS:

.gallery_8963668 #albumDescription {
text-align: center;
border-top: none;
}

shenobie
Nov-03-2009, 09:04 AM
Perfect :)

Thank you!!