The grey line is the border-bottom on div.post. It's set in style.css
around line 310.
To set the background color, just use background-color:#E9EBED. It's
easier to read.
Unless the -moz-* attributes make a difference (and I don't think they
do as they are all related to image backgrounds), I'd leave them out.

dcm

On Sep 16, 11:08 pm, Ben Taylor <[email protected]> wrote:
> 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 
> areahttp://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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to