Recent Topics

1 Nov 30, 2008 02:33    

/rsc/css files -> which css file to edit to edit?

I'm not sure which one to edit. I want to change the divider of my post, from horizontal line to a graphic. Please help.

anyway, heres my blog: www.nazcarpine.com/blog

2 Nov 30, 2008 03:20

The css file is style.css and the specific bit is most likley...
.post {
margin: 0 ;
padding: 15px 15px 5px;
border-bottom:1px solid #CCC9B8;
}

3 Nov 30, 2008 03:45

Thanks.. I altered it with this one but it didnt show up the image. I think theres something wrong with it. Then I used it as background instead.. still trying to figure it out.. :)

.post {
margin: 0 ;
padding: 15px 15px 5px;
border-bottom:1px solid #CCC9B8;
background: url(http://www.nazcarpine.com/gallery/albums/userpics/10001/earphones.gif) bottom center no-repeat;
}


Form is loading...