Hi, I'm somewhat new to CSS. I have two minor (I hope) changes I'd like to make.
1) Background Color to content area 2) Just above the comments area http://pedalblock.com/2009/09/bicycle-miracle-jie-da-chu/ there is a dark gray line. I'd like to remove it but for the life of me I can't find the code. 1) Background: I'm looking to add a light background color to the content area of my blog. I have basic direction from another blog but (a) I don't want to rip off anyone's code and (b) I'd rather learn. So I've started this in the hope that someone can assist. http://pedalblock.com/ - main content area. CSS. #content { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#E9EBED none repeat scroll 0 0; margin:20px 20px 20px 0; padding:5px 20px 20px; } Any help you can provide would be greatly appreciated. Thank you. Ben --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
