--- On Mon, 4/13/09, Brian Hazelton <bdh_2...@comcast.net> wrote:

> From: Brian Hazelton <bdh_2...@comcast.net>
> Subject: Re: [css-d] Get rid of top space
> To: bayliss_tre...@yahoo.com
> Cc: css-d@lists.css-discuss.org
> Date: Monday, April 13, 2009, 1:54 PM
> body margin and padding set to 0 and the first element set
> to margin-top  0



Thanks Brian,
I think that is is already:
body {
        padding: 0px 0px 0px 0px; 
        margin: 0px 0px 20px 0px;
        color: #003300;
        font: 80% "Arial, Helvetica", sans-serif; 
        height: 100%;
        text-align: center;
}

#wrapper {
  padding: 0px 0px 10px 10px; 
  margin: 0px auto; 
  width: 730px; 
  background-color: #fff; 
  text-align: left;
}

#wrapperLogoNavigation {
padding: 0px; 
margin: none; 
background: #fff; 
border-bottom: #fff 5px solid; 
height: 65px; 
text-align: right;
}

#wrapperLogoNavigation img{
float: left;
}
p{ 
    padding: 0px 0px 0px 0px; 
    font-size: 100%; 
    margin: 0 0 1em; 
    line-height: 1.25pc; 
}


      

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to